mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 20:22:41 +00:00
4 lines
72 B
SCSS
4 lines
72 B
SCSS
@mixin z-index($level, $diff: 0) {
|
|
z-index: ($level * 100) + $diff;
|
|
}
|