]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _settings.scss 6556/head
authorRyan Lindsey <pixelsonly@users.noreply.github.com>
Wed, 13 May 2015 17:42:30 +0000 (10:42 -0700)
committerRyan Lindsey <pixelsonly@users.noreply.github.com>
Wed, 13 May 2015 17:42:30 +0000 (10:42 -0700)
line:1318 - fixed incorrect variable assignment

scss/foundation/_settings.scss

index faf66579c362c84b393ddf67c3c791f8f481841c..e4b3e92da00e95d60a91235181b4fbfc1d982317 100644 (file)
@@ -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;