Mixin: .box-sizing-border-box

.box-sizing-border-box

Allow `width` to get and set the `width + padding-left + padding-right` and `height` to get and set the `height + padding-left + padding-right` value on all markup.
Source: