From: Geoff Kimball Date: Wed, 17 Feb 2016 00:23:01 +0000 (-0800) Subject: Fix Sass errors from variable define order X-Git-Tag: v2.0.0-rc.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b40fb622037b3c85b61849e4e0a1d2fa87738ce;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fix Sass errors from variable define order --- diff --git a/scss/_global.scss b/scss/_global.scss index ccbc400d..420133eb 100755 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -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; diff --git a/scss/components/_type.scss b/scss/components/_type.scss index ccc8e62b..6f0848d9 100755 --- a/scss/components/_type.scss +++ b/scss/components/_type.scss @@ -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;