Flex Direction
The
flex-direction
property specifies the direction of the flexible items.
Class
|
Properties
|
---|---|
flex-direction-row |
flex-direction: row |
flex-direction-row-reverse |
flex-direction: row-reverse |
flex-direction-column |
flex-direction: column |
flex-direction-column-reverse |
flex-direction: column-reverse |
utilities.scss API