From 1d5d7515783707bf9054148394f59af73659e895 Mon Sep 17 00:00:00 2001 From: Ryan Lindsey Date: Wed, 13 May 2015 10:42:30 -0700 Subject: [PATCH] Update _settings.scss line:1318 - fixed incorrect variable assignment --- 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 faf66579c..e4b3e92da 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -1315,7 +1315,7 @@ $include-html-global-classes: $include-html-classes; // $table-foot-padding: $table-head-padding; // These control the caption -// table-caption-bg: transparent; +// $table-caption-bg: transparent; // $table-caption-font-color: $table-head-font-color; // $table-caption-font-size: rem-calc(16); // $table-caption-font-weight: bold; -- 2.47.2