]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: prototype spacing breakpoint specificity issue
authorMathieu <mathieu@mathieuhays.com>
Sat, 2 Mar 2019 23:18:25 +0000 (23:18 +0000)
committerMathieu <mathieu@mathieuhays.com>
Sat, 2 Mar 2019 23:18:25 +0000 (23:18 +0000)
scss/prototype/_spacing.scss

index 6ba17d33fbc6266d0786fbc560265556d91e55af..9f7a445592877e8d9fd9e6f6bbcc12bafa09d661 100644 (file)
@@ -138,8 +138,10 @@ $prototype-spacers-count: 3 !default;
         }
       }
     }
+  }
 
-    @if ($prototype-spacing-breakpoints) {
+  @if ($prototype-spacing-breakpoints) {
+    @for $spacer from 0 through $prototype-spacers-count {
     // Loop through Responsive Breakpoints
       @each $size in $breakpoint-classes {
         @include breakpoint($size) {