From c0d7995f3603fe9b5c0553d73039e4e1e89541c0 Mon Sep 17 00:00:00 2001 From: Kamaleshwar Morjal Date: Wed, 2 Apr 2014 18:54:20 +0530 Subject: [PATCH] Fix error in comment in settings --- scss/foundation/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index ba9948a91..f33c7fbcb 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -20,7 +20,7 @@ // set $rem-base to $base-font-size and make sure $base-font-size is a px value. // $base-font-size: 100%; -// The $base-line-height is 100% while $base-font-size is 150% +// The $base-font-size is 100% while $base-line-height is 150% // $base-line-height: 150%; // We use this to control whether or not CSS classes come through in the gem files. -- 2.47.2