mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
change away from vars
This commit is contained in:
parent
ad255cf725
commit
cd8fd1d2bc
@ -86,8 +86,8 @@ For example, to modify an existing color in our `$theme-colors` map, add the fol
|
|||||||
|
|
||||||
{% highlight scss %}
|
{% highlight scss %}
|
||||||
$theme-colors: (
|
$theme-colors: (
|
||||||
"primary": $red,
|
"primary": #0074d9,
|
||||||
"danger": $orange
|
"danger": #ff4136
|
||||||
);
|
);
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user