fix for sass 3.3.5
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -56,7 +56,7 @@ $darkgray-light: #656D78 !default; | ... | @@ -56,7 +56,7 @@ $darkgray-light: #656D78 !default; |
56 | @mixin exports($name) { | 56 | @mixin exports($name) { |
57 | @if index($modules, $name) { | 57 | @if index($modules, $name) { |
58 | } @else { | 58 | } @else { |
59 | $modules: append($modules, $name); | 59 | $modules: append($modules, $name) !global; |
60 | @content; | 60 | @content; |
61 | } | 61 | } |
62 | } | 62 | } | ... | ... |
-
Please register or sign in to post a comment