mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-03 05:14:16 +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,
|
danger: $red,
|
||||||
light: $grey-100,
|
light: $grey-100,
|
||||||
dark: $grey-800
|
dark: $grey-800
|
||||||
), $theme-colors);
|
), $theme-colors) !default;
|
||||||
|
|
||||||
// Customized BS variables
|
// Customized BS variables
|
||||||
@import "variables/bootstrap/components";
|
@import "variables/bootstrap/components";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user