refactor: Standardize order of @use
This commit is contained in:
parent
4f6af7e200
commit
e7aaf257e3
3 changed files with 4 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 43f66d8178c7225931d6358d1f37797461a0a94d
|
Subproject commit 5b5944e22912d8c4c9bf7b7747a45fb80fea262a
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
@use "../hippie-style/hippie";
|
|
||||||
|
|
||||||
@use "sass:map";
|
@use "sass:map";
|
||||||
|
|
||||||
|
@use "../hippie-style/hippie";
|
||||||
|
|
||||||
.body_clock {
|
.body_clock {
|
||||||
header {
|
header {
|
||||||
z-index: map.get(hippie.$z-indexes, "content-top");
|
z-index: map.get(hippie.$z-indexes, "content-top");
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
@use "sass:color";
|
@use "sass:color";
|
||||||
|
|
||||||
@use "../hippie-style/hippie";
|
@use "../hippie-style/hippie";
|
||||||
|
|
||||||
form[name="login"] {
|
form[name="login"] {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue