Target all header tags with a for loop in SASS
@for $index from 1 through 6 { h#{$index} { // style code } }
@for $index from 1 through 100 { .vw-#{$index} { width: #{$index}vw; } }