| assets/scss/modules/_color_theme.scss | ●●●●● patch | view | raw | blame | history |
assets/scss/modules/_color_theme.scss
@@ -21,10 +21,11 @@ ), ); $theme-map: (); @mixin themed() { @each $theme, $map in $themes { .theme--#{$theme} & { $theme-map: () !global; @each $key, $submap in $map { $value: map-get(map-get($themes, $theme), '#{$key}'); $theme-map: map-merge( @@ -35,7 +36,7 @@ ) !global; } @content; $theme-map: null !global; $theme-map: (); } } }