mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-04-19 08:32:08 +03:00
Reverting commit 435bc59
which breaks theme-colors
Revert commit [435bc59
](435bc59a54
) which is breaking theme-colors override. Cuz of this bootstrap's colors are being used instead of BMD's. node.js => 10.21.0 gulp=> cli 2.3.0 local 4.0.2 gulp-sass => 4.1.0 bootstrap=>4.5.0
This commit is contained in:
parent
9db13a3a7f
commit
0e7d8495b0
|
@ -29,7 +29,7 @@ $theme-colors: map-merge((
|
|||
danger: $red,
|
||||
light: $grey-100,
|
||||
dark: $grey-800
|
||||
), $theme-colors) !default;
|
||||
), $theme-colors);
|
||||
|
||||
// Customized BS variables
|
||||
@import "variables/bootstrap/components";
|
||||
|
|
Loading…
Reference in New Issue
Block a user