0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

change away from vars

This commit is contained in:
Mark Otto 2017-10-02 20:43:47 -07:00 committed by Mark Otto
parent ad255cf725
commit cd8fd1d2bc

View File

@ -86,8 +86,8 @@ For example, to modify an existing color in our `$theme-colors` map, add the fol
{% highlight scss %}
$theme-colors: (
"primary": $red,
"danger": $orange
"primary": #0074d9,
"danger": #ff4136
);
{% endhighlight %}