aboutsummaryrefslogtreecommitdiff
path: root/site/docs
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-01-20 22:38:29 +0100
committerXhmikosR <[email protected]>2019-01-20 23:38:29 +0200
commit59d040fcbb2766240c6fc38b330f495b840ce75d (patch)
tree77e2e9883124639fcdb8f4f92af2c97c84433de0 /site/docs
parentde0bb1e0522d14bcdef70746da277992f992f83c (diff)
downloadbootstrap-59d040fcbb2766240c6fc38b330f495b840ce75d.tar.xz
bootstrap-59d040fcbb2766240c6fc38b330f495b840ce75d.zip
Make component colors configurable (#28035)
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.2/getting-started/theming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/getting-started/theming.md b/site/docs/4.2/getting-started/theming.md
index 85c09e86e..db3b12ffd 100644
--- a/site/docs/4.2/getting-started/theming.md
+++ b/site/docs/4.2/getting-started/theming.md
@@ -75,7 +75,7 @@ With that setup in place, you can begin to modify any of the Sass variables and
Every Sass variable in Bootstrap 4 includes the `!default` flag allowing you to override the variable's default value in your own Sass without modifying Bootstrap's source code. Copy and paste variables as needed, modify their values, and remove the `!default` flag. If a variable has already been assigned, then it won't be re-assigned by the default values in Bootstrap.
-You will find the complete list of Bootstrap's variables in `scss/_variables.scss`.
+You will find the complete list of Bootstrap's variables in `scss/_variables.scss`. Some variables are set to `null`, these variables don't output the property unless they are overridden in your configuration.
Variable overrides within the same Sass file can come before or after the default variables. However, when overriding across Sass files, your overrides must come before you import Bootstrap's Sass files.