2015-11-11 21:31:53 +01:00

10 lines
97 B
SCSS

$headlines-color: #686868;
@for $i from 1 through 6 {
h#{$i} {
margin: 0 0 .5rem;
}
}