Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Oliveira <alanbruno@gmail.com>2021-09-03 00:14:20 +0300
committerGitHub <noreply@github.com>2021-09-03 00:14:20 +0300
commit58edf0ecbe4454c209def965942432182d36c1f2 (patch)
tree18a3742737b4f629e408007a0eef4097564f98ff
parent55c554917251e40956dedaae2c44d208b91c07d0 (diff)
docs: add `$enable-smooth-scroll` to Sass options page (#34877)
-rw-r--r--site/content/docs/5.1/customize/options.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.1/customize/options.md b/site/content/docs/5.1/customize/options.md
index 0d846270b4..c819e6e84a 100644
--- a/site/content/docs/5.1/customize/options.md
+++ b/site/content/docs/5.1/customize/options.md
@@ -26,4 +26,5 @@ You can find and customize these variables for key global options in Bootstrap's
| `$enable-negative-margins` | `true` or `false` (default) | Enables the generation of [negative margin utilities]({{< docsref "/utilities/spacing#negative-margin" >}}). |
| `$enable-deprecation-messages` | `true` (default) or `false` | Set to `false` to hide warnings when using any of the deprecated mixins and functions that are planned to be removed in `v6`. |
| `$enable-important-utilities` | `true` (default) or `false` | Enables the `!important` suffix in utility classes. |
+| `$enable-smooth-scroll` | `true` (default) or `false` | Applies `scroll-behavior: smooth` globally, except for users asking for reduced motion through [`prefers-reduced-motion` media query]({{< docsref "/getting-started/accessibility#reduced-motion" >}}) |
{{< /bs-table >}}