1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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 %}