Kostom.net

flex-direction


Utilities for the direction of the main axis to layout children in a container. Check this unity documentation for more information on flex-direction.
ClassStyles
flex-rowflex-direction: row;
flex-row-reverseflex-direction: row-reverse;
flex-colflex-direction: column;
flex-col-reverseflex-direction: column-reverse;