flexFlow

abstract var flexFlow: FlexFlow?(source)

The flex-flow CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.

Syntax: <'flex-direction'> || <'flex-wrap'>

|  Chrome  | Firefox | Safari  |  Edge  |   IE   |
| :------: | :-----: | :-----: | :----: | :----: |
|    29    |   28    |    9    |   12   |   11   |
|    21′   |         |    7′   |        |        |

See also