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;