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:
Rahil 2020-06-19 19:54:22 +05:30 committed by GitHub
parent 9db13a3a7f
commit 0e7d8495b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";