From a3a21ab300852ce242c203a19a1605afc81857c9 Mon Sep 17 00:00:00 2001 From: Andrew Saint Date: Sun, 15 Mar 2015 16:40:03 +0000 Subject: [PATCH] Added warning comment --- scss/foundation/components/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2