From: Andrew Saint Date: Sun, 15 Mar 2015 16:40:03 +0000 (+0000) Subject: Added warning comment X-Git-Tag: v5.5.2~48^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F6398%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added warning comment --- diff --git a/scss/foundation/components/_global.scss b/scss/foundation/components/_global.scss index da209aede..0d2b794de 100644 --- a/scss/foundation/components/_global.scss +++ b/scss/foundation/components/_global.scss @@ -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;