From: Antonio Ruberto Date: Mon, 29 Feb 2016 17:21:26 +0000 (-0500) Subject: fixes #8265 X-Git-Tag: v6.2.1~102^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49020ab5e5df72dd2a58db091ba138da9e7baf3;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fixes #8265 --- diff --git a/scss/components/_flex.scss b/scss/components/_flex.scss index 36123952d..07181d78e 100644 --- a/scss/components/_flex.scss +++ b/scss/components/_flex.scss @@ -20,7 +20,7 @@ // Source ordering @include -zf-each-breakpoint { @for $i from 1 through 6 { - .#{$-zf-size} { + .#{$-zf-size}-order-#{$i} { @include flex-order($i); } }