From e7aaf257e39afc6af3315bb8f5ca873286e2bd5f Mon Sep 17 00:00:00 2001 From: sthag Date: Sat, 21 Mar 2026 11:48:20 +0100 Subject: [PATCH] refactor: Standardize order of @use --- source/style/hippie-style | 2 +- source/style/modules/_clock.scss | 4 ++-- source/style/modules/_login.scss | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/style/hippie-style b/source/style/hippie-style index 43f66d8..5b5944e 160000 --- a/source/style/hippie-style +++ b/source/style/hippie-style @@ -1 +1 @@ -Subproject commit 43f66d8178c7225931d6358d1f37797461a0a94d +Subproject commit 5b5944e22912d8c4c9bf7b7747a45fb80fea262a diff --git a/source/style/modules/_clock.scss b/source/style/modules/_clock.scss index 0965587..6ffbc12 100644 --- a/source/style/modules/_clock.scss +++ b/source/style/modules/_clock.scss @@ -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"); diff --git a/source/style/modules/_login.scss b/source/style/modules/_login.scss index 3382d86..42c57a0 100644 --- a/source/style/modules/_login.scss +++ b/source/style/modules/_login.scss @@ -1,4 +1,5 @@ @use "sass:color"; + @use "../hippie-style/hippie"; form[name="login"] {