]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove duplicate $global-margin variable... again? Definitely fixes #7197
authorGeoff Kimball <geoff@zurb.com>
Fri, 4 Dec 2015 00:36:17 +0000 (16:36 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 4 Dec 2015 00:36:20 +0000 (16:36 -0800)
scss/_global.scss

index bdffc73e236a9499702dd4e0b72a981c16c2db5a..cf522198a50fa3d2b862289f6ab2fa2de7a38f1f 100644 (file)
@@ -82,10 +82,6 @@ $global-margin: 1rem !default;
 /// @type Number
 $global-padding: 1rem !default;
 
-/// Global value used for margin between components.
-/// @type Number
-$global-margin: 1rem !default;
-
 /// Global font weight used for normal type.
 /// @type Keyword | Number
 $global-weight-normal: normal !default;