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:
parent
ad255cf725
commit
cd8fd1d2bc
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue