Skip to main content
Version: 1.1

Flex Direction

Utilities for controlling the direction of flex items.

NamespaceOutput
row{ flexDirection: "row" }
row-reverse{ flexDirection: "row-reverse" }
col{ flexDirection: "column" }
col-reverse{ flexDirection: "column-reverse" }