]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixing the !global warning
authorYanik Crepeau <ycrepeau@me.com>
Sat, 23 Jan 2021 03:45:13 +0000 (22:45 -0500)
committerYanik Crepeau <ycrepeau@me.com>
Sat, 23 Jan 2021 03:45:13 +0000 (22:45 -0500)
See issue #1208

scss/util/_breakpoint.scss
scss/util/_color.scss

index 9c3e379279e8cebd2704c79453dad4cd7677b974..f05325a82e261f722cee8bf4ea8d49c342852096 100644 (file)
@@ -6,6 +6,12 @@
 /// @group breakpoints
 ////
 
+////
+/// Patch to fix issue #12080
+
+$-zf-size: null;
+////
+
 /// A list of named breakpoints. You can use these with the `breakpoint()` mixin to quickly create media queries.
 /// @type Map
 $breakpoints: (
index da2ad51e8bb0562f03f1f3f5e7ae1c370956725f..4ebc6c59d7baeb5846cd5a09f180a0462481216b 100644 (file)
@@ -6,6 +6,16 @@
 
 $contrast-warnings: true !default;
 
+////
+/// Patch to fix issue #12080
+
+$primary-color: null;
+$secondary-color: null;
+$warning-color: null;
+$alert-color: null;
+$success-color:null
+////
+
 ////
 /// @group functions
 ////