Flex

The flex property sets the flexible length on flexible items. The flex property is a shorthand property for flex-grow, flex-shrink and flex-basis.
Class
Properties
flex-1
flex: 1 1 0%
flex-auto
flex: 1 1 auto
flex-initial
flex: 0 1 auto
flex-none
flex: none
utilities.scss API