mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
add new thing to a map
This commit is contained in:
parent
04298fcd10
commit
9db52f9a47
@ -91,9 +91,13 @@ $theme-colors: (
|
|||||||
);
|
);
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
**TODO:**
|
To add a new color to `$theme-colors`, add the new key and value:
|
||||||
- Adding an option
|
|
||||||
- Removing an option (replacing the map wholesale)
|
{% highlight scss %}
|
||||||
|
$theme-colors: (
|
||||||
|
"custom-color": #900
|
||||||
|
);
|
||||||
|
{% endhighlight %}
|
||||||
|
|
||||||
### Functions
|
### Functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user