]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed typo in 'reveal-modal-width' mixin, now uses '$max-width' argument 10007/head
authorRichard Jesudason <chedaroo@users.noreply.github.com>
Thu, 4 May 2017 09:49:54 +0000 (10:49 +0100)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 09:49:54 +0000 (10:49 +0100)
scss/components/_reveal.scss

index 8de7610ae2ffd03e11ee614db584ba0e84dd95e0..8fb550ffea4a267782bd1dc156707f666e0a4e8e 100644 (file)
@@ -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;
   }
 }