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

28 lines
255 B
SCSS

// normalize css is loaded, then these additions:
html {
margin: 0;
padding: 0;
font-size: 16px;
box-sizing: border-box;
}
main,
section,
article,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
*::before,
*::after {
box-sizing: inherit;
}