]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove map for now as then we will need to migrate!
authorharry <harmanmanchanda182@gmail.com>
Thu, 7 Sep 2017 18:40:43 +0000 (00:10 +0530)
committerharry <harmanmanchanda182@gmail.com>
Thu, 7 Sep 2017 18:40:43 +0000 (00:10 +0530)
Keeping migration for another PR and 6.5

scss/prototype/_spacing.scss

index 069974343b1f041b8f10c250d4e7f951481b2fc1..1500ad3e1acbda3e1858e3fe9d1b623e76fc0fc0 100644 (file)
@@ -132,7 +132,7 @@ $prototype-direction: (
         }
       }
 
-      @each $dir in $prototype-direction {
+      @each $dir in (top, right, bottom, left, horizontal, vertical) {
         // Top Side
         .#{$prop}-#{$dir}-#{$spacer} {
           @if ($prop == margin) { 
@@ -162,7 +162,7 @@ $prototype-direction: (
                   }
                 }
 
-                @each $dir in $prototype-direction {
+                @each $dir in (top, right, bottom, left, horizontal, vertical) {
                   // Top Side
                   &-#{$prop}-#{$dir}-#{$spacer} {
                     @if ($prop == margin) {