From: Joe Workman Date: Mon, 27 Sep 2021 16:36:20 +0000 (-0700) Subject: fix: add default to color init X-Git-Tag: v6.7.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24de7dd6d0ea11c6e90f15c2e03aeb8c9e0f167a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: add default to color init fixes #12278 #12259 --- diff --git a/scss/util/_color.scss b/scss/util/_color.scss index 262ed4174..18e2b5f5b 100644 --- a/scss/util/_color.scss +++ b/scss/util/_color.scss @@ -9,11 +9,11 @@ $contrast-warnings: true !default; //// /// Patch to fix issue #12080 -$primary-color: null; -$secondary-color: null; -$warning-color: null; -$alert-color: null; -$success-color:null; +$primary-color : null !default; +$secondary-color : null !default; +$warning-color : null !default; +$alert-color : null !default; +$success-color : null !default; //// ////