Merge pull request #4826 from consul/global_foundation_sass
Fix warnings when compiling SCSS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user