Skip to content

Commit 862ddf7

Browse files
committed
Use pull request foundation#11361 from ncoden/fix/xy-grid-zf-size-outside-of-breakpoint for v6.5.0
a4cac3f fix: remove $-zf-size from non-responsive XY Grid classes generation Signed-off-by: Nicolas Coden <[email protected]>
1 parent c6ee393 commit 862ddf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/xy-grid/_classes.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@
273273
}
274274

275275
> .auto {
276-
@include xy-cell-static(auto, false, $breakpoint: $-zf-size, $vertical: true);
276+
@include xy-cell-static(auto, false, $vertical: true);
277277
}
278278

279279
> .shrink {
280-
@include xy-cell-static(shrink, false, $breakpoint: $-zf-size, $vertical: true);
280+
@include xy-cell-static(shrink, false, $vertical: true);
281281
}
282282

283283

0 commit comments

Comments
 (0)