Merge pull request #1397 from wgu-labs/master

Patch for allowing theme overrides
This commit is contained in:
Federico Zivolo 2020-01-28 07:22:07 +01:00 committed by GitHub
commit 9db13a3a7f
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);
), $theme-colors) !default;
// Customized BS variables
@import "variables/bootstrap/components";