Flex Direction
Utilities for controlling the direction of flex items.
#
Table of classesClass
Properties
flex-row
{ flexDirection: 'row' }
flex-row-reverse
{ flexDirection: 'row-reverse' }
flex-col
{ flexDirection: 'col' }
flex-col-reverse
{ flexDirection: 'col-reverse' }