mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
change away from vars
This commit is contained in:
@@ -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 %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user