10 lines
97 B
SCSS
Raw Normal View History

2015-11-11 21:31:53 +01:00
$headlines-color: #686868;
@for $i from 1 through 6 {
h#{$i} {
margin: 0 0 .5rem;
}
}