From: Richard Jesudason Date: Thu, 4 May 2017 09:49:54 +0000 (+0100) Subject: Fixed typo in 'reveal-modal-width' mixin, now uses '$max-width' argument X-Git-Tag: v6.4.0-rc1~49^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10007%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed typo in 'reveal-modal-width' mixin, now uses '$max-width' argument --- diff --git a/scss/components/_reveal.scss b/scss/components/_reveal.scss index 8de7610ae..8fb550ffe 100644 --- a/scss/components/_reveal.scss +++ b/scss/components/_reveal.scss @@ -92,7 +92,7 @@ $reveal-overlay-background: rgba($black, 0.45) !default; @include breakpoint(medium) { @extend %reveal-centered; width: $width; - max-width: $reveal-max-width; + max-width: $max-width; } }