]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove map variable!
authorharry <harmanmanchanda182@gmail.com>
Thu, 7 Sep 2017 18:41:42 +0000 (00:11 +0530)
committerharry <harmanmanchanda182@gmail.com>
Thu, 7 Sep 2017 18:41:42 +0000 (00:11 +0530)
scss/prototype/_spacing.scss

index 1500ad3e1acbda3e1858e3fe9d1b623e76fc0fc0..2876d17a118737017446d45ad30f6acdc2946337 100644 (file)
@@ -14,12 +14,6 @@ $prototype-spacing-breakpoints: $global-prototype-breakpoints !default;
 /// @type Number
 $prototype-spacers-count: 3 !default;
 
-/// Available direction's for the spacer properties
-/// @type Map
-$prototype-direction: (
-  top, right, bottom, left, horizontal, vertical
-) !default;
-
 /// Margin helper mixin, all the values are multiplied by `$global-margin` which by default is equal to `1rem`
 /// @param {Number} $top [null] - Margin Top
 /// @param {Number} $right [null] - Margin Right