sass deprecate warning fix

This commit is contained in:
zzossig 2020-10-30 03:15:42 +09:00
parent 842005439f
commit 200be8c310
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
$theme-map: null;
@mixin themify($themes) { @mixin themify($themes) {
@each $theme, $map in $themes { @each $theme, $map in $themes {
.theme__#{$theme} & { .theme__#{$theme} & {