mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 15:51:45 +00:00
14 lines
172 B
CSS
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; }
|