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

@ -1 +1 @@
Subproject commit 43f66d8178c7225931d6358d1f37797461a0a94d
Subproject commit 5b5944e22912d8c4c9bf7b7747a45fb80fea262a

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");

View file

@ -1,4 +1,5 @@
@use "sass:color";
@use "../hippie-style/hippie";
form[name="login"] {