mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03: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 %}
|
||||
$theme-colors: (
|
||||
"primary": $red,
|
||||
"danger": $orange
|
||||
"primary": #0074d9,
|
||||
"danger": #ff4136
|
||||
);
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user