flex

abstract var flex: Flex?(source)

The flex CSS shorthand property sets how a flex item will grow or shrink to fit the space available in its flex container.

Syntax: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]

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

See also