tachyons/src/_box-sizing.css
mrmrs 87486e3812 Changes values and scales
- New color system
- New support for grid
- Updated scales
- New hover animations
- Min width based media queries
2022-08-14 22:09:19 -07:00

13 lines
132 B
CSS

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