Source: _layout.scss, line 115
4.3 Flex
@mixin flex-center
@mixin flex-column
- .flex: sets display to flex
- .flex-column: creates a flex column
- .flex-row: creates a flex row
- .flex-shrink: makes the ele shrinkable to fit flexparent
- .flex-grow: makes the ele consume empty space of flexparent
- .flex-start: places the ele at start of flexparent
- .flex-end: places the ele at the end of flexparent
- .flex-center: places its child at the center