Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9db52f9a
Commit
9db52f9a
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add new thing to a map
parent
04298fcd
6 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25494
web pack
,
!25326
Adjust examples
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/getting-started/theming.md
+7
-3
docs/4.0/getting-started/theming.md
with
7 additions
and
3 deletions
+7
-3
docs/4.0/getting-started/theming.md
+
7
-
3
View file @
9db52f9a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets