summaryrefslogtreecommitdiffstats
path: root/src/_declare-vars.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_declare-vars.scss')
-rw-r--r--src/_declare-vars.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_declare-vars.scss b/src/_declare-vars.scss
index f657057..a38fb8c 100644
--- a/src/_declare-vars.scss
+++ b/src/_declare-vars.scss
@@ -227,7 +227,7 @@
227 ), $tree); 227 ), $tree);
228 } 228 }
229 229
230 @each $color, $ref in config.$semantic-colors { 230 @each $color, $ref in map.get($theme, --semantic) {
231 $res: (); 231 $res: ();
232 232
233 @if meta.type-of($ref) == 'map' { 233 @if meta.type-of($ref) == 'map' {