// Reset body { margin: 0; } * { box-sizing: border-box; } @for $i from 1 through 6 { h#{$i} { margin: 0; } }