refactor: Standardize order of @use

This commit is contained in:
sthag 2026-03-21 11:48:20 +01:00
parent 4f6af7e200
commit e7aaf257e3
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
@use "../hippie-style/hippie";
@use "sass:map";
@use "../hippie-style/hippie";
.body_clock {
header {
z-index: map.get(hippie.$z-indexes, "content-top");