Skip to content

Instantly share code, notes, and snippets.

@jdsteinbach
Created October 27, 2014 19:56
Show Gist options
  • Select an option

  • Save jdsteinbach/a0ccd17d2b7b14a0f5d1 to your computer and use it in GitHub Desktop.

Select an option

Save jdsteinbach/a0ccd17d2b7b14a0f5d1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.0)
// ----
@for $i from 10 to 1 {
.el-#{$i} {
z-index: $i;
}
}
@for $i from 1 to 10 {
.el-#{$i} {
z-index: $i;
}
}
.el-1 {
z-index: 1; }
.el-2 {
z-index: 2; }
.el-3 {
z-index: 3; }
.el-4 {
z-index: 4; }
.el-5 {
z-index: 5; }
.el-6 {
z-index: 6; }
.el-7 {
z-index: 7; }
.el-8 {
z-index: 8; }
.el-9 {
z-index: 9; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment