A small wrapper library to help with responsive intrinsic-sized Flexbox layouts that wrap based on content and container width (avoiding viewport-based media queries when possible).
https://flex-luthor.zachleat.dev/
Available on npm.
npm install @zachleat/flex-luthor --save
v4.0.0
: Margin feature renamed more accurately to Gap:--fl-margin
is now--fl-gap
. Gap now defaults to.5em 1em
(.5em
vertical,1em
horizontal). You can reset this to0
if needed.v3.0.0
: Forked fromfilamentgroup/flex-luthor
and updated to support Flexbox withgap
.