File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 146
146
@include -zf-each-breakpoint () {
147
147
148
148
// This is purely for responsive gutters - the margin grid has to go back and adjust widths (or heights)
149
- // for prior breakpoints based on the responsive gutter.
149
+ // for all prior breakpoints.
150
+ // As their gutter is defined with their width/height, even breakpoint without a new margin must be
151
+ // generated to not having their width/height overrided by re-adjusted smaller breakpoints.
150
152
@if (type-of ($grid-margin-gutters ) == ' map' and map-has-key ($grid-margin-gutters , $-zf-size )) {
151
153
@each $bp in -zf-breakpoints-less-than ($-zf-size ) {
152
- @if (map-has-key ($grid-margin-gutters , $bp )) {
153
- @include -xy-breakpoint-cell-classes ($bp , $-zf-size , $vertical );
154
- }
154
+ @include -xy-breakpoint-cell-classes ($bp , $-zf-size , $vertical );
155
155
}
156
156
}
157
157
You can’t perform that action at this time.
0 commit comments