We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0baab0d commit 6a45d1aCopy full SHA for 6a45d1a
scss/xy-grid/_classes.scss
@@ -53,9 +53,9 @@
53
// https://github.com/zurb/foundation-sites/pull/10222 and
54
// https://github.com/zurb/foundation-sites/pull/10164
55
.grid-x {
56
- $str: "> #{$-zf-size}-shrink, > #{$-zf-size}-full";
+ $str: "> .#{$-zf-size}-shrink, > .#{$-zf-size}-full";
57
@for $i from 1 through $grid-columns {
58
- $str: $str + ", > #{$-zf-size}-#{$i}"
+ $str: $str + ", > .#{$-zf-size}-#{$i}"
59
}
60
#{$str} {
61
flex-basis: auto;
0 commit comments