init
This commit is contained in:
27
site/assets/scss/generic/_reset.scss
Normal file
27
site/assets/scss/generic/_reset.scss
Normal file
@ -0,0 +1,27 @@
|
||||
// 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;
|
||||
}
|
Reference in New Issue
Block a user