Flex

Flex Wrap

Style syntax for setting how flex items wrap.

🚧This page is still under construction and some content may not be complete.

Overview [sr-only]

ClassDeclarations
flex-wrap:value / flex:valueflex-wrap: value
flex:wrapflex-wrap: wrap
flex:wrap-reverseflex-wrap: wrap-reverse
flex:nowrapflex-wrap: nowrap

Conditionally apply

Apply styles in different states using selectors, media queries, etc.

<div class="flex-wrap:wrap:hover flex-wrap:wrap@sm flex-wrap:wrap@dark flex-wrap:wrap@print">…</div>
PREVIOUS
Flex Shrink

Style syntax for setting how flex items shrink.

NEXT
Font

Style syntax for setting font properties of an element.

MIT License Ā© Aoyue Design LLC.