]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
edit v6-customize-docs
authorMark Otto <markdotto@gmail.com>
Sat, 25 Apr 2026 21:18:19 +0000 (14:18 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 25 Apr 2026 21:18:19 +0000 (14:18 -0700)
site/src/content/docs/customize/options.mdx

index 450dec7c31e7fe33ba7c1941ca4806e3c3562885..e754460a59bcd5d69e78337d798b7221f87f59e4 100644 (file)
@@ -1,9 +1,13 @@
 ---
 title: Options
-description: Quickly customize Bootstrap with built-in variables to easily toggle global CSS preferences for controlling style and behavior.
+description: Quickly customize Bootstrap with built-in Sass variables that allow you to easily toggle global preferences for controlling some opinionated styles and behaviors.
 ---
 
-Customize Bootstrap 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.
+## How they work
+
+Across our code base, we use Sass variables to help us toggle global preferences for things like deprecation messages,reduced motion, shadows, gradients, and more. These variables allow us to toggle values, disable generation of classes, and more.
+
+Nearly all options variables start with `$enable-` and are booleans (meaning true or false), but some config strings, maps, and more. Override a variable’s value and recompile with `npm run test` to verify your changes.
 
 You can find and customize these variables for key global options in Bootstrap’s `scss/_config.scss` file.