diff options
| author | Moris Zen Pasic <[email protected]> | 2017-09-21 15:17:41 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-09-27 09:36:42 +0200 |
| commit | d66f47d0991346d00b83643c0cfed8bfaef19e04 (patch) | |
| tree | a970bbe864179f1b15cd313808b716687d744e17 | |
| parent | 2693e49e06a0bc680a78c3c075c327446383ece7 (diff) | |
| download | bootstrap-d66f47d0991346d00b83643c0cfed8bfaef19e04.tar.xz bootstrap-d66f47d0991346d00b83643c0cfed8bfaef19e04.zip | |
Making the customization option docs cleared about variable overrides with !default flag
| -rw-r--r-- | docs/4.0/getting-started/options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md index 2547ef1ad..c9b1d7d9f 100644 --- a/docs/4.0/getting-started/options.md +++ b/docs/4.0/getting-started/options.md @@ -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: |
