@use '../core' as *;

// Copyright (C) 2018 The Trustees of Indiana University
// SPDX-License-Identifier: BSD-3-Clause

/* stylelint-disable */
@each $index, $level in $z-index {
  .#{$prefix}-z-#{$index} {
    z-index: $level !important;
  }
}
/* stylelint-enable */
