UNPKG

108 BSCSSView Raw
1@import "variables";
2
3@each $name, $value in $z-indexs {
4 .z\:#{$name} {
5 z-index: $value;
6 }
7}