From 435bc59a540c78eafb59ed75413f604f61df39e1 Mon Sep 17 00:00:00 2001 From: Nic Johnson <233067+nicjohnson@users.noreply.github.com> Date: Mon, 27 Jan 2020 15:19:00 -0700 Subject: [PATCH] Patch for allowing theme overrides --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 7e88e96a..cd80e6ee 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); +), $theme-colors) !default; // Customized BS variables @import "variables/bootstrap/components";