6 lines
80 B
SCSS
6 lines
80 B
SCSS
* {
|
|
all: unset;
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
} |