We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a7d52 commit 6a97124Copy full SHA for 6a97124
bootflat/scss/bootflat/_global.scss
@@ -56,7 +56,7 @@ $darkgray-light: #656D78 !default;
56
@mixin exports($name) {
57
@if index($modules, $name) {
58
} @else {
59
- $modules: append($modules, $name);
+ $modules: append($modules, $name) !global;
60
@content;
61
}
62
0 commit comments