// Auto width
@include -zf-each-breakpoint() {
+ // This is a bit of a hack/workaround, see these PRs for the backstory:
+ // https://github.com/zurb/foundation-sites/pull/10222 and
+ // https://github.com/zurb/foundation-sites/pull/10164
.grid-x > [class*="#{$-zf-size}-"]:not([class*="#{$-zf-size}-order"]):not([class*="#{$-zf-size}-offset"]) {
flex-basis: auto;
}
@include -zf-each-breakpoint() {
+ // This is a bit of a hack/workaround, see these PRs for the backstory:
+ // https://github.com/zurb/foundation-sites/pull/10222 and
+ // https://github.com/zurb/foundation-sites/pull/10164
> [class*="#{$-zf-size}-"]:not([class*="#{$-zf-size}-order"]):not([class*="#{$-zf-size}-offset"]) {
flex-basis: auto;
}