skill-assessment-app/app/assets/stylesheets/settings/_reset.scss
2017-06-05 11:30:34 -05:00

12 lines
137 B
SCSS

// normalize css is loaded, then these additions:
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}