UNPKG

superfly-css-utilities-layout

Version:
13 lines (11 loc) 336 B
@import "superfly-css-variables-dimension"; @each $type in zindex-dropdown-backdrop, zindex-navbar, zindex-dropdown, zindex-fixed, zindex-modal-backdrop, zindex-modal, zindex-popover, zindex-tooltip { :root { --u-$(type) { z-index: var(--$(type)); } } .u-$(type) { z-index: var(--$(type)) !important; } }