From e562673b27f7290e9b440429a70231c07e3afa58 Mon Sep 17 00:00:00 2001 From: frannyshaw Date: Thu, 19 Sep 2013 11:57:01 -0400 Subject: [PATCH] Update _vars.scss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change comment on line-5 from '_vars.scss' to '_defaults.scss'. Current comment states "Any variables you find set in inuit.css’ `_vars.scss` that you ..." The core library directory inuit.css contains file named '_defaults.scss', not file '_vars.scss'. In fact the contents of '_vars.scss' (which we are presently reading) is intended to override '_default.scss'. This was confusing to this noobie -thanks, frannyshaw --- css/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/_vars.scss b/css/_vars.scss index 683e163..9082d78 100644 --- a/css/_vars.scss +++ b/css/_vars.scss @@ -2,7 +2,7 @@ VARS.SCSS \*------------------------------------*/ /** - * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to + * Any variables you find set in inuit.css’ `_defaults.scss` that you do not wish to * keep, simply redefine here. This means that if inuit.css, for example, sets * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare * that variable in this file. inuit.css ignores its own variables in favour of