racket-sass/sass/resources/include/_reset.scss

6 lines
59 B
SCSS
Raw Normal View History

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}