From: Mark Otto Date: Tue, 29 Nov 2016 01:21:48 +0000 (-0800) Subject: fixes #21072: clarify location of variables file (and avoid linking to a file that... X-Git-Tag: v4.0.0-alpha.6~360 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c807de7f06b05e1cb47f7fcf2e941b2c0c62f9d;p=thirdparty%2Fbootstrap.git fixes #21072: clarify location of variables file (and avoid linking to a file that will be broken depending on the branch name) --- diff --git a/docs/getting-started/options.md b/docs/getting-started/options.md index 82d0dfa65f..7fddc9c09c 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 ``, you'd do the following: