]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _grid.scss 5029/head
authorAndreas Voigt <andreas@voigt.se>
Sun, 20 Apr 2014 14:51:10 +0000 (16:51 +0200)
committerAndreas Voigt <andreas@voigt.se>
Sun, 20 Apr 2014 14:51:10 +0000 (16:51 +0200)
duplicate .#{$size}-reset-order

scss/foundation/components/_grid.scss

index 7c407754414775fb4421aaffb5f7ac3e1cfccf3d..769c3ff9548b2e0d300f55e92bd68c814a1ca5a2 100644 (file)
@@ -177,7 +177,6 @@ $total-columns: 12 !default;
   @for $i from 0 through $total-columns - 1 {
     .#{$size}-offset-#{$i} { @include grid-column($offset:$i, $collapse:null,$float:false); }
   }
-  .#{$size}-reset-order,
   .#{$size}-reset-order {
     margin-#{$default-float}: 0;
     margin-#{$opposite-direction}: 0;