diff options
| author | Mark Otto <[email protected]> | 2016-11-26 18:39:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 18:39:51 -0800 |
| commit | b2bf8294a01e41517252f1a1fc2289763bba131b (patch) | |
| tree | 84b99b3ef3671660533edc73c4814c0b68890b61 | |
| parent | d50fc038c509f3612555d676ed000ce8417e0d27 (diff) | |
| download | bootstrap-b2bf8294a01e41517252f1a1fc2289763bba131b.tar.xz bootstrap-b2bf8294a01e41517252f1a1fc2289763bba131b.zip | |
minor docs content tweaks to fix #18997
| -rw-r--r-- | docs/getting-started/options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/options.md b/docs/getting-started/options.md index 81c9c92fc..82d0dfa65 100644 --- a/docs/getting-started/options.md +++ b/docs/getting-started/options.md @@ -9,7 +9,7 @@ Customize Bootstrap 4 with our built-in custom variables file and easily toggle ## Customizing variables -Bootstrap 4 ships with a `_custom.scss` file for easy variable overrides. Copy and paste relevant lines from `_variables.scss` into the custom file and recompile your Sass to change our default values. **Be sure to remove the `!default` flag from override values.** +Bootstrap 4 ships with a `_custom.scss` file for easy overriding of default variables in `_variables.scss`. Copy and paste relevant lines from `_variables.scss` into the custom file, modify the values, and recompile your Sass to change our default values. **Be sure to remove the `!default` flag from override values.** For example, to change out the `background-color` and `color` for the `<body>`, you'd do the following: |
