Make customize color docs page work

This commit is contained in:
Mark Otto 2025-02-18 11:52:56 -08:00
parent 32e84e6f84
commit 3676f4b494
1 changed files with 2 additions and 0 deletions

View File

@ -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,