From 0e7d8495b0004204176b797b94c53c8e12f4c9f3 Mon Sep 17 00:00:00 2001 From: Rahil <54960886+plethorahil@users.noreply.github.com> Date: Fri, 19 Jun 2020 19:54:22 +0530 Subject: [PATCH] Reverting commit 435bc59 which breaks theme-colors Revert commit [435bc59](https://github.com/FezVrasta/bootstrap-material-design/commit/435bc59a540c78eafb59ed75413f604f61df39e1) 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 --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index cd80e6ee..7e88e96a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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";