Skip to content

Commit

Permalink
Use pull request foundation#11361 from ncoden/fix/xy-grid-zf-size-out…
Browse files Browse the repository at this point in the history
…side-of-breakpoint for v6.5.0

a4cac3f fix: remove $-zf-size from non-responsive XY Grid classes generation

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
  • Loading branch information
ncoden committed Jul 6, 2018
1 parent 6a7343b commit a064df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/xy-grid/_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,11 @@
}

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

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


Expand Down

0 comments on commit a064df9

Please # to comment.