]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Catch last unhandled flex attribute
authorKevin Ball <kmball11@gmail.com>
Fri, 8 Apr 2016 17:40:52 +0000 (10:40 -0700)
committerKevin Ball <kmball11@gmail.com>
Fri, 8 Apr 2016 17:40:52 +0000 (10:40 -0700)
scss/util/_mixins.scss

index 5423776cb6e62021f91b7b3474d2286165f57b7d..c2e8f81fe59a47099249ce13da92ff73d4a7ab72 100644 (file)
     display: table;
     @if $global-flexbox {
       flex-basis: 0;
+      order: 1;
     }
-    order: 1;
   }
 
   &::after {