tools
mixins
Tools
@mixin Tools($flex, $direction, $justify, $align, $wrap) { ... }
Description
This is a mixin for flexbox
Parameters
parameter Name | parameter Description | parameter Type | parameter Default value |
---|---|---|---|
$flex | default flex property | String | — none |
$direction | flex-direction property, default row | String | — none |
$justify | justify-content property, default center | String | — none |
$align | align-items property, default center | String | — none |
$wrap | flex-wrap property, default nowrap | String | — none |
Author
Jose Luis Vallejos