]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: add default to color init
authorJoe Workman <joe@workmanmail.com>
Mon, 27 Sep 2021 16:36:20 +0000 (09:36 -0700)
committerJoe Workman <joe@workmanmail.com>
Mon, 27 Sep 2021 16:36:20 +0000 (09:36 -0700)
fixes #12278 #12259

scss/util/_color.scss

index 262ed41742b99c6e698b2417f7a2379ff0ecf102..18e2b5f5bd532e89ec752276ca1bfa94172a0cfe 100644 (file)
@@ -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;
 ////
 
 ////