]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix a typo that led to responsive gutters being missed in margin gutters
authorKevin Ball <kmball11@gmail.com>
Mon, 12 Jun 2017 16:32:59 +0000 (09:32 -0700)
committerKevin Ball <kmball11@gmail.com>
Mon, 12 Jun 2017 16:32:59 +0000 (09:32 -0700)
scss/xy-grid/_classes.scss

index 7ccb2d89cb949ba5a564ec99e5cefbf8913ac700..0575abbecb92cb07bb28c6bdfe2fef6d9d1c6478 100644 (file)
       // This is purely for responsive gutters - the margin grid has to go back and adjust widths (or heights)
       // for prior breakpoints based on the responsive gutter.
       @if(type-of($grid-margin-gutters) == 'map' and map-has-key($grid-margin-gutters, $-zf-size)) {
-        @each $bp in -xy-breakpoints-less-than($-zf-size) {
+        @each $bp in -zf-breakpoints-less-than($-zf-size) {
           @if(map-has-key($grid-margin-gutters, $bp)) {
             @include -xy-breakpoint-cell-classes($bp, $-zf-size, $vertical);
           }