Box Sizing
Atomic classes for managing an element’s box-sizing properties.
Classes
🔗Class | CSS |
---|---|
.box-content |
box-sizing: content-box; |
.box-border |
box-sizing: border-box; |
.box-unset |
box-sizing: unset; |
Atomic classes for managing an element’s box-sizing properties.
Class | CSS |
---|---|
.box-content |
box-sizing: content-box; |
.box-border |
box-sizing: border-box; |
.box-unset |
box-sizing: unset; |