10 lines
95 B
SCSS
10 lines
95 B
SCSS
// User's Reset
|
|
@for $i from 1 through 6 {
|
|
h#{$i} {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|