tachyons/src/_box-sizing.css
2022-11-01 15:33:50 -07:00

14 lines
172 B
CSS

/*
BOX SIZING
*/
*,
*::before,
*::after,
.border-box,
.border-box::before,
.border-box::after { box-sizing: border-box; }
.content-box { box-sizing: content-box; }