From: Brett Mason Date: Sun, 6 Aug 2017 18:23:48 +0000 (+0100) Subject: Update _classes.scss X-Git-Tag: v6.4.2~1^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10513%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update _classes.scss --- diff --git a/scss/xy-grid/_classes.scss b/scss/xy-grid/_classes.scss index e7ae95eb2..55ddb9b06 100644 --- a/scss/xy-grid/_classes.scss +++ b/scss/xy-grid/_classes.scss @@ -285,9 +285,9 @@ // https://github.com/zurb/foundation-sites/issues/10244 // https://github.com/zurb/foundation-sites/pull/10222 and // https://github.com/zurb/foundation-sites/pull/10164 - $str: "> #{$-zf-size}-shrink, > #{$-zf-size}-full"; + $str: "> .#{$-zf-size}-shrink, > .#{$-zf-size}-full"; @for $i from 1 through $grid-columns { - $str: $str + ", > #{$-zf-size}-#{$i}" + $str: $str + ", > .#{$-zf-size}-#{$i}" } #{$str} { flex-basis: auto;