]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix Sass errors from variable define order
authorGeoff Kimball <geoff@zurb.com>
Wed, 17 Feb 2016 00:23:01 +0000 (16:23 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 17 Feb 2016 00:23:01 +0000 (16:23 -0800)
scss/_global.scss
scss/components/_type.scss

index ccbc400d58ea1eccf8febbb6f22b660abaf8a7bb..420133eb4c5c776d21804a1d5ac6dcdc38e378c6 100755 (executable)
@@ -69,3 +69,7 @@ $global-rounded: 500px !default;
 /// Default gutter for the grid system
 /// @type Number
 $grid-column-gutter: 16px;
+
+/// Margin bottom of paragraphs.
+/// @type Number
+$paragraph-margin-bottom: 10px !default;
index ccc8e62be301e06dc02684932e0370476f0282e7..6f0848d99e88d843bda83564c70ace327883832b 100755 (executable)
@@ -70,10 +70,6 @@ $lead-font-size: 18px !default;
 /// @type Number
 $lead-line-height: 21px !default;
 
-/// Margin bottom of paragraphs.
-/// @type Number
-$paragraph-margin-bottom: 10px !default;
-
 /// Padding inside paragraphs.
 /// @type Number
 $text-padding: 10px !default;