wrap
This function sets the flex-wrap property for all media devices.
Example call:
wrap { nowrap }
Parameters
extension function parameter to bring the predefined properties of WrapValues into the scope of the functional expression
This function sets the flex-wrap property for each media device independently.
Example call:
wrap(
sm = { wrap }
lg = { nowrap }
)
Parameters
extension function parameter to bring the predefined properties of WrapValues into the scope of the functional expression for large media devices
extension function parameter to bring the predefined properties of WrapValues into the scope of the functional expression for medium sized media devices
extension function parameter to bring the predefined properties of WrapValues into the scope of the functional expression for small media devices
extension function parameter to bring the predefined properties of WrapValues into the scope of the functional expression for extra large media devices