Wszystkie tagi nagłówka selektor SCSS

@for $index from 1 through 6 {
    h#{$index} {
        color:black;
    }
}
code composer