]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix Sass compilation errors from undefined variables
authorGeoff Kimball <geoff@zurb.com>
Mon, 7 Mar 2016 17:51:16 +0000 (09:51 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 7 Mar 2016 17:51:16 +0000 (09:51 -0800)
scss/components/_normalize.scss
scss/components/_type.scss

index b2fe0d8f3913ddb4f354d95ab575d7a34a979432..4df3508d3e5308b0861aedf0839ae4ea997c1cf2 100755 (executable)
@@ -14,6 +14,8 @@ $hr-background: $medium-gray !default;
 /// @type Length
 $hr-height: 1px !default;
 
+$paragraph-margin-bottom: 10px !default;
+
 #outlook a {
   padding: 0;
 }
index d51cc89fd380426a7263180a909ce57e1c25d98c..fd7836174a0d51015028127044614f6db230c87a 100755 (executable)
@@ -32,7 +32,7 @@ $body-line-height: 19px !default;
 
 /// Font family of headings.
 /// @type List
-$header-font-family: $global-font-family !default;
+$header-font-family: $body-font-family !default;
 
 /// Font family of headings.
 /// @type List
@@ -229,4 +229,3 @@ pre {
     }
   }
 }
-