From 821b6cb87c248461d456c10b4542f2d092f0a3b5 Mon Sep 17 00:00:00 2001 From: keithwyland Date: Wed, 24 Jul 2013 21:54:34 -0500 Subject: [PATCH] Change to "inuit.css' _defaults.scss" incorrectly referring to inuit.css' _vars.scss instead of _defaults.scss where the default variables are. --- 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