From: Geoff Kimball Date: Mon, 7 Mar 2016 17:51:16 +0000 (-0800) Subject: Fix Sass compilation errors from undefined variables X-Git-Tag: v2.0.0-rc.3~10^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105e10018c7d010d9034817f44a04d3dae7763c3;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fix Sass compilation errors from undefined variables --- diff --git a/scss/components/_normalize.scss b/scss/components/_normalize.scss index b2fe0d8f..4df3508d 100755 --- a/scss/components/_normalize.scss +++ b/scss/components/_normalize.scss @@ -14,6 +14,8 @@ $hr-background: $medium-gray !default; /// @type Length $hr-height: 1px !default; +$paragraph-margin-bottom: 10px !default; + #outlook a { padding: 0; } diff --git a/scss/components/_type.scss b/scss/components/_type.scss index d51cc89f..fd783617 100755 --- a/scss/components/_type.scss +++ b/scss/components/_type.scss @@ -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 { } } } -