mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 21:04:13 +03:00
Merge pull request #1397 from wgu-labs/master
Patch for allowing theme overrides
This commit is contained in:
commit
9db13a3a7f
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user