Flex-flow: Combining flex-direction and flex-wrap
The Flex-flow container combines flex-direction and flex-wrap. Learning flex-flow gives us the opportunity to set up your Flexbox containers in a compact way.
We'll cover the following...
As flex-direction
and flex-wrap
often come hand in hand, a useful shorthand lets us specify them in one single rule.