_sass/dash/_mixins.scss in jekyll-dash-1.6.2 vs _sass/dash/_mixins.scss in jekyll-dash-2.0.0

- old
+ new

@@ -6,9 +6,11 @@ text-rendering: auto; font-weight: 900; -webkit-font-smoothing: antialiased; } +$theme-map: null; + @mixin themed() { @each $theme, $map in $themes { .theme--#{$theme} & { $theme-map: () !global; @each $key, $submap in $map {