]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove sass 3.4 functionality for now, causes issues with libsass and sass 3.2
authorMark Hayes <mark@deployfx.com>
Thu, 25 Sep 2014 22:41:02 +0000 (15:41 -0700)
committerMark Hayes <mark@deployfx.com>
Thu, 25 Sep 2014 22:41:02 +0000 (15:41 -0700)
scss/foundation/_functions.scss

index c719360817e23c6912560d0fc1831565958986b8..12d31db522d9ff260ab13faed1ec42c7ece34131 100644 (file)
@@ -10,7 +10,7 @@ $rem-base: 16px !default;
 $modules: () !default;
 @mixin exports($name) {
   @if(not index($modules, $name)) {
-    $modules: append($modules, $name) !global;
+    $modules: append($modules, $name);
     @content;
   }
 }