]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Making the customization option docs cleared about variable overrides with !default...
authorMoris Zen Pasic <moris.pasic@gmail.com>
Thu, 21 Sep 2017 13:17:41 +0000 (15:17 +0200)
committerJohann-S <johann.servoire@gmail.com>
Wed, 27 Sep 2017 07:36:42 +0000 (09:36 +0200)
docs/4.0/getting-started/options.md

index 2547ef1adce69b3d525755a9832f9783970b2447..c9b1d7d9fce5afc9b51602bd604b3f74227b5f1a 100644 (file)
@@ -8,7 +8,7 @@ toc: true
 
 ## Customizing variables
 
-Every Sass variable in Bootstrap 4 includes the `!default` flag, meaning you can override that default value in your own Sass even after that original variable's been defined. Copy and paste variables as needed, modify the values, remove the `!default` flag, and recompile.
+Every Sass variable in Bootstrap 4 includes the `!default` flag, meaning you can override that default value in your own Sass. Copy and paste variables as needed, modify the values, remove the !default flag, and recompile. If a variable has already been assigned, then it won't be re-assigned by the default values in Bootstrap. This means that your modified Sass variables should be called before you import Bootstrap Sass files.
 
 For example, to change out the `background-color` and `color` for the `<body>`, you'd do the following: