2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

add new thing to a map

This commit is contained in:
Mark Otto
2017-10-01 12:54:24 -07:00
committed by Mark Otto
parent 04298fcd10
commit 9db52f9a47
+7 -3
View File
@@ -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