Commit 9db52f9a authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

add new thing to a map

parent 04298fcd
6 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25494web pack,!25326Adjust examples,!23207#22402 : modal: new autofocus & keyboardBtnNav options,!17021v4
Showing with 7 additions and 3 deletions
+7 -3
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment