From: ped zed Date: Sun, 20 Dec 2015 17:53:00 +0000 (+0100) Subject: Add '!default' to $foundation-colors. X-Git-Tag: v6.1.1~6^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7637%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add '!default' to $foundation-colors. --- diff --git a/scss/_global.scss b/scss/_global.scss index e79b8e1c4..6240c401a 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -110,7 +110,7 @@ $foundation-colors: ( success: $success-color, alert: $alert-color, warning: $warning-color, -); +) !default; @mixin foundation-global-styles { @include -zf-normalize;