]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added warning comment 6398/head
authorAndrew Saint <andrewsaint@Andrews-iMac.default>
Sun, 15 Mar 2015 16:40:03 +0000 (16:40 +0000)
committerAndrew Saint <andrewsaint@Andrews-iMac.default>
Sun, 15 Mar 2015 16:40:03 +0000 (16:40 +0000)
scss/foundation/components/_global.scss

index da209aede6a344e122046fcdef9ea9473b5dce7a..0d2b794dedc5522aac2372b7395339c8cc3495b7 100644 (file)
@@ -291,7 +291,7 @@ $shiny-edge-active-color: rgba(#000, .2) !default;
 // We use this to control whether or not CSS classes come through in the gem files.
 $include-html-classes: true !default;
 $include-print-styles: true !default;
-$include-js-meta-styles: true !default; // Meta styles are a dependancy of the Javascript.
+$include-js-meta-styles: true !default; // Warning! Meta styles are a dependancy of the Javascript.
 $include-html-global-classes: $include-html-classes !default;
 
 $column-gutter: rem-calc(30) !default;