diff options
| author | Mark Otto <[email protected]> | 2016-11-28 17:21:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-28 17:21:48 -0800 |
| commit | 4c807de7f06b05e1cb47f7fcf2e941b2c0c62f9d (patch) | |
| tree | 954534471e28b5895dd561b4ef3ec4ea1b73ef2c /docs/getting-started/options.md | |
| parent | 9749bab4ce07c655231cc13c1539f37d751e856b (diff) | |
| download | bootstrap-4c807de7f06b05e1cb47f7fcf2e941b2c0c62f9d.tar.xz bootstrap-4c807de7f06b05e1cb47f7fcf2e941b2c0c62f9d.zip | |
fixes #21072: clarify location of variables file (and avoid linking to a file that will be broken depending on the branch name)
Diffstat (limited to 'docs/getting-started/options.md')
| -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 82d0dfa65..7fddc9c09 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 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.** +Bootstrap 4 ships with a `_custom.scss` file for easy overriding of default variables in `/scss/_variables.scss`. Copy and paste relevant lines from there into the `_custom.scss` 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: |
