diff options
Diffstat (limited to 'docs/getting-started/options.md')
| -rw-r--r-- | docs/getting-started/options.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/getting-started/options.md b/docs/getting-started/options.md index 82d172f3e..acc7ce451 100644 --- a/docs/getting-started/options.md +++ b/docs/getting-started/options.md @@ -1,12 +1,11 @@ --- layout: docs title: Customization options -description: Customize Bootstrap with Sass variables, easily toggling global preferences with a quick recompile. +description: Customize Bootstrap 4 with our built-in custom variables file and easily toggle global CSS preferences with new Sass variables. group: getting-started +toc: true --- -Customize Bootstrap 4 with our built-in custom variables file and easily toggle global CSS preferences with new `$enable-*` Sass variables. Override a variable's value and recompile with `npm run test` as needed. - ## Customizing variables 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.** @@ -27,6 +26,8 @@ Do the same for any variable you need to override, including the global options ## Global options +Customize Bootstrap 4 with our built-in custom variables file and easily toggle global CSS preferences with new `$enable-*` Sass variables. Override a variable's value and recompile with `npm run test` as needed. + You can find and customize these variables for key global options in our `_variables.scss` file. | Variable | Values | Description | |
