flex-flow

Term side of the Card
Topic: Flexboxes
Unit title: flex-flow
Categories: Property
Explanation side of the Card

Explanation: The shorthand property that combines `flex-direction` and `flex-wrap` properties into a single declaration. It controls both the direction in which flex items are laid out and whether they should wrap onto multiple lines if there's not enough space in the flex container.

Browser compatibility:
  • The chrome browser supports this feature starting from version 29
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 28
  • The safari browser supports this feature starting from version 9
Availability: