cedaei.com/assets/scss/partials/_reset.scss

19 lines
188 B
SCSS

html,
body {
background-color: $white;
color: $black;
height: 100%;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
padding: 0;
margin: 0;
box-sizing: inherit;
}