funky/_sass/base/_layout.scss

10 lines
86 B
SCSS
Raw Normal View History

html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}