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