sass deprecate warning fix
This commit is contained in:
parent
842005439f
commit
200be8c310
|
@ -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} & {
|
||||||
|
|
Loading…
Reference in New Issue