@each $key, $value in $zindexs {
  .u-zIndex#{capitalize($key)} {
    z-index: $value;
  }
}
