You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
273 B
SCSS

*,
*::before,
*::after {
// Good practice
box-sizing: border-box;
// For body and headings as typography should be done by hand anyway
margin: 0;
// For controls
font-family: inherit;
appearance: none;
}
html,
body {
display: contents;
}