@for $i from 1 through 50 {
  .z-#{$i}{
    z-index: $i;
  }
}