]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
$reveal-max-width variable missing from _settings. 5787/head
authorJonathan <jonathan@jonathanmelville.com>
Fri, 12 Sep 2014 19:50:45 +0000 (15:50 -0400)
committerJonathan <jonathan@jonathanmelville.com>
Fri, 12 Sep 2014 19:50:45 +0000 (15:50 -0400)
Although referenced in the Reveal docs, the $reveal-max-width variable is missing from the _settings.scss file.

scss/foundation/_settings.scss

index 90980c71444cd1e8aa803ee442efdeb8f8f0aee3..91069b5b5a97f6097b1137a071853aaec230a7e7 100644 (file)
@@ -1088,6 +1088,7 @@ $include-html-global-classes: $include-html-classes;
 // $reveal-modal-bg: $white;
 // $reveal-position-top: rem-calc(100);
 // $reveal-default-width: 80%;
+// $reveal-max-width: $row-width;
 // $reveal-modal-padding: rem-calc(20);
 // $reveal-box-shadow: 0 0 10px rgba($black,.4);