shell bypass 403
@import "variables.scss"; .#{$prefix} { @each $cnum, $ccol in (one, $primaryColor), (two, $secondaryColor), (three, $tertiaryColor), (four, $quaternaryColor) { &#{$cnum} { &-bg { background-color: $ccol; } &-color { color: $ccol; &-h:hover { color: $ccol; } } } } }