Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-10-29 21:15:42 +0300
committerzzossig <zzossig@gmail.com>2020-10-29 21:15:42 +0300
commit200be8c310fad13c57af7cb4b7515e21b128542d (patch)
tree1434e5543caf8ed3fc5662e3b884c2925e5dac1f
parent842005439ff36b857cfcf9b54234163e6a49b5cf (diff)
sass deprecate warning fix
-rw-r--r--assets/sass/abstracts/_mixins.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/sass/abstracts/_mixins.scss b/assets/sass/abstracts/_mixins.scss
index 1c06d74..6704a15 100644
--- a/assets/sass/abstracts/_mixins.scss
+++ b/assets/sass/abstracts/_mixins.scss
@@ -1,3 +1,4 @@
+$theme-map: null;
@mixin themify($themes) {
@each $theme, $map in $themes {
.theme__#{$theme} & {