Merge pull request #4826 from consul/global_foundation_sass

Fix warnings when compiling SCSS
This commit is contained in:
Javi Martín
2022-06-01 12:28:19 +02:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
// 1. Foundation settings overrides
// 2. CONSUL variables
// 3. Foundation overrides depending on CONSUL variables
// 4. Foundation fixes
// 1. Foundation settings overrides
// ---------------------------------
@@ -154,3 +155,14 @@ $tab-content-border: $border !default;
$closebutton-color: $text !default;
$tooltip-background-color: $brand !default;
// 4. Foundation fixes
// -------------------
$alert-color: null !default;
$primary-color: null !default;
$secondary-color: null !default;
$success-color: null !default;
$warning-color: null !default;
$-zf-bp-value: null !default;
$-zf-size: null !default;