mirror of https://github.com/twbs/bootstrap.git
Make customize color docs page work
This commit is contained in:
parent
32e84e6f84
commit
3676f4b494
|
@ -254,6 +254,7 @@ $grays: (
|
|||
"gray-900": $gray-900
|
||||
) !default;
|
||||
|
||||
// scss-docs-start colors-map
|
||||
$colors: (
|
||||
"blue": $blue,
|
||||
"indigo": $indigo,
|
||||
|
@ -266,6 +267,7 @@ $colors: (
|
|||
"teal": $teal,
|
||||
"cyan": $cyan
|
||||
) !default;
|
||||
// scss-docs-end colors-map
|
||||
|
||||
$all-colors: (
|
||||
"grays": $grays,
|
||||
|
|
Loading…
Reference in New Issue