for $class-name, $z-index in $z-index-list {
  .z{$z-index-separator}{$class-name} {
    z-index: $z-index;
  }
}