aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/theming.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/4.0/getting-started/theming.md b/docs/4.0/getting-started/theming.md
index f40ae51f4..cc5bdfe7d 100644
--- a/docs/4.0/getting-started/theming.md
+++ b/docs/4.0/getting-started/theming.md
@@ -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