aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/options.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-27 22:03:48 -0700
committerMark Otto <[email protected]>2017-05-27 22:03:48 -0700
commit1f43d9c066f1ffd008f2cb4b00907165d905f3fc (patch)
tree512da5aed43526ed90a3188dd3ecb36ced9fc82c /docs/getting-started/options.md
parentfa413aece11a46b58cdae8a7ae695b7b5380f125 (diff)
downloadbootstrap-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.md7
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 |