Skip to content

Commit c66b7bc

Browse files
authored
Merge pull request #11361 from ncoden/fix/xy-grid-zf-size-outside-of-breakpoint
fix: remove $-zf-size from non-responsive XY Grid classes generation
2 parents 7bf8da9 + a4cac3f commit c66b7bc

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)