skill-assessment-app/app/assets/stylesheets/settings/_reset.scss

12 lines
137 B
SCSS
Raw Normal View History

2017-03-20 16:22:24 -05:00
// normalize css is loaded, then these additions:
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}