From ef522c693a7bc4f4ad83bdffb2d9514ecd9734c2 Mon Sep 17 00:00:00 2001 From: Aaron Van Ruler Date: Fri, 20 Jun 2014 13:24:43 -0400 Subject: [PATCH] Update _settings.scss Update grid/block_grid variable names to match their location in _settings.scss --- scss/foundation/_settings.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index d4ca9ede7..8b114d35c 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -32,7 +32,7 @@ // Grid -// $include-html-block-grid-classes: $include-html-classes; +// $include-html-grid-classes: $include-html-classes; // $include-xl-html-grid-classes: false; // $row-width: rem-calc(1000); @@ -294,7 +294,7 @@ // Block Grid -// $include-html-grid-classes: $include-html-classes; +// $include-html-block-grid-classes: $include-html-classes; // $include-xl-html-block-grid-classes: false; // We use this to control the maximum number of block grid elements per row -- 2.47.2