boxSizing

abstract var boxSizing: BoxSizing?(source)

The box-sizing CSS property sets how the total width and height of an element is calculated.

Syntax: content-box | border-box

Initial value: content-box

| Chrome  | Firefox | Safari  |  Edge  |  IE   |
| :-----: | :-----: | :-----: | :----: | :---: |
|   10    |   29    |   5.1   |   12   |   8   |
|    1′   |    1′   |    3′   |        |       |

See also