flexBasis

abstract var flexBasis: FlexBasis?(source)

The flex-basis CSS property sets the initial main size of a flex item. It sets the size of the content box unless otherwise set with box-sizing.

Syntax: content | <'width'>

Initial value: auto

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

See also