// Z-index @each $s, $l in 0, 10, 20, 30, 40, 50, auto { .z-#{$s} { z-index: #{$s}; } }