This commit is contained in:
TheGiddyLimit
2024-03-10 21:53:34 +00:00
parent b323d4123e
commit f00d1f3833
272 changed files with 24017 additions and 9350 deletions

View File

@@ -1,9 +1,9 @@
@import "includes/vars";
@use "includes/vars";
.recipes {
&__ {
&tbl-recipes {
border-left: 1px solid $rgb-border-grey--trans;
border-left: 1px solid vars.$rgb-border-grey--trans;
}
}
}
@@ -11,7 +11,7 @@
.night-mode .recipes {
&__ {
&tbl-recipes {
border-left: 1px solid $rgb-border-grey--trans-night;
border-left: 1px solid vars.$rgb-border-grey--trans-night;
}
}
}