mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
add new thing to a map
This commit is contained in:
parent
04298fcd10
commit
9db52f9a47
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue