mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Update colors in _data and theming.md to match _variables.scss (#24355)
This commit is contained in:
@@ -228,17 +228,19 @@ Within `_variables.scss`, you'll find our color variables and Sass map. Here's a
|
||||
|
||||
{% highlight scss %}
|
||||
$colors: (
|
||||
"blue": $blue,
|
||||
"indigo": $indigo,
|
||||
"purple": $purple,
|
||||
"pink": $pink,
|
||||
"red": $red,
|
||||
"orange": $orange,
|
||||
"yellow": $yellow,
|
||||
"green": $green,
|
||||
"teal": $teal,
|
||||
"blue": $blue,
|
||||
"pink": $pink,
|
||||
"purple": $purple,
|
||||
"cyan": $cyan,
|
||||
"white": $white,
|
||||
"gray": $gray-600,
|
||||
"gray-dark": $gray-900
|
||||
"gray-dark": $gray-800
|
||||
) !default;
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user