From bf13ca6d60087a15df0064f7c123a84ba8188f6b Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 12 Sep 2014 15:50:45 -0400 Subject: [PATCH] $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. --- scss/foundation/_settings.scss | 1 + 1 file changed, 1 insertion(+) 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); -- 2.47.2