Patch for allowing theme overrides

This commit is contained in:
Nic Johnson 2020-01-27 15:19:00 -07:00 committed by GitHub
parent 2e27d434cf
commit 435bc59a54
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";