This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.

4 lines
72 B
SCSS
Raw Normal View History

2023-10-12 14:01:05 +02:00
@mixin z-index($level, $diff: 0) {
z-index: ($level * 100) + $diff;
}