2
0
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:
Jesse Mandel
2017-10-13 03:34:27 -07:00
committed by XhmikosR
parent c8ee8509cb
commit 991cbe74d0
4 changed files with 27 additions and 25 deletions
+6 -4
View File
@@ -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 %}