]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixes #8265 8288/head
authorAntonio Ruberto <aruberto@users.noreply.github.com>
Mon, 29 Feb 2016 17:21:26 +0000 (12:21 -0500)
committerAntonio Ruberto <aruberto@users.noreply.github.com>
Mon, 29 Feb 2016 17:21:26 +0000 (12:21 -0500)
scss/components/_flex.scss

index 36123952da599ba6346d87c03d09b7d9cbc6f4f3..07181d78e74f4b0e8b7cff34c3e03bf035234b19 100644 (file)
@@ -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);
       }
     }