Flex Direction
Utility classes for setting the flex-direction
property.
Usage
Particle defines enums for row
, row-reverse
, column
, and column-reverse
.
direction--row
info
Flex direction row
is the default value for flex containers, so using this utility class in most cases is unnecessary.