From ad5d812086959440b918d767be905c7e755bd641 Mon Sep 17 00:00:00 2001 From: ped zed Date: Sun, 20 Dec 2015 18:53:00 +0100 Subject: [PATCH] Add '!default' to $foundation-colors. --- scss/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2