diff options
| author | Mark Otto <[email protected]> | 2017-05-27 22:03:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 22:03:48 -0700 |
| commit | 1f43d9c066f1ffd008f2cb4b00907165d905f3fc (patch) | |
| tree | 512da5aed43526ed90a3188dd3ecb36ced9fc82c /docs/getting-started/options.md | |
| parent | fa413aece11a46b58cdae8a7ae695b7b5380f125 (diff) | |
| download | bootstrap-1f43d9c066f1ffd008f2cb4b00907165d905f3fc.tar.xz bootstrap-1f43d9c066f1ffd008f2cb4b00907165d905f3fc.zip | |
revamp getting started docs to use new toc
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 | |
