From: Jonathan Date: Fri, 12 Sep 2014 19:50:45 +0000 (-0400) Subject: $reveal-max-width variable missing from _settings. X-Git-Tag: v5.4.5~14^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5787%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git $reveal-max-width variable missing from _settings. Although referenced in the Reveal docs, the $reveal-max-width variable is missing from the _settings.scss file. --- diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 90980c714..91069b5b5 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -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);