From 0eb253533be7574266c2fbb4cca16e10c9ceb758 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Sun, 6 Aug 2017 19:23:48 +0100 Subject: [PATCH] Update _classes.scss --- scss/xy-grid/_classes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2