The flex_wrap() function adjusts how a tag element's child elements wrap,
or don't wrap, onto new lines.
Arguments
- x
A tag element or .style pronoun.
- ...
A boolean specifying to wrap or not wrap. One of,
TRUEFALSE
See also
Other flex utilities:
flex_align(),
flex_content(),
flex_direction(),
flex_display(),
flex_justify(),
item_align(),
item_fill(),
item_grow(),
item_order()