diff options
| author | Julien Déramond <[email protected]> | 2022-04-11 09:42:43 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-04-11 09:46:20 -0700 |
| commit | 3c78f772d5dcf8a7c95099e611d6ab2bca867363 (patch) | |
| tree | 45c6d79efbfd2ad9d52743213ccda1189fa618f5 | |
| parent | 7648848e04d7cf4753d229f467a6b020c92b366e (diff) | |
| download | bootstrap-3c78f772d5dcf8a7c95099e611d6ab2bca867363.tar.xz bootstrap-3c78f772d5dcf8a7c95099e611d6ab2bca867363.zip | |
Doc: fix modals and navs CSS vars description
| -rw-r--r-- | site/content/docs/5.1/components/modal.md | 2 | ||||
| -rw-r--r-- | site/content/docs/5.1/components/navs-tabs.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.1/components/modal.md b/site/content/docs/5.1/components/modal.md index d3e64a96a..a33f7e615 100644 --- a/site/content/docs/5.1/components/modal.md +++ b/site/content/docs/5.1/components/modal.md @@ -772,7 +772,7 @@ Another override is the option to pop up a modal that covers the user viewport, {{< added-in "5.2.0" >}} -As part of Bootstrap's evolving CSS variables approach, dropdowns now use local CSS variables on `.modal` and `.modal-backdrop` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. +As part of Bootstrap's evolving CSS variables approach, modals now use local CSS variables on `.modal` and `.modal-backdrop` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. {{< scss-docs name="modal-css-vars" file="scss/_modal.scss" >}} diff --git a/site/content/docs/5.1/components/navs-tabs.md b/site/content/docs/5.1/components/navs-tabs.md index a5994f9b9..2ba78e69f 100644 --- a/site/content/docs/5.1/components/navs-tabs.md +++ b/site/content/docs/5.1/components/navs-tabs.md @@ -310,7 +310,7 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin {{< added-in "5.2.0" >}} -As part of Bootstrap's evolving CSS variables approach, dropdowns now use local CSS variables on `.nav`, `.nav-tabs`, and `.nav-pills` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. +As part of Bootstrap's evolving CSS variables approach, navs now use local CSS variables on `.nav`, `.nav-tabs`, and `.nav-pills` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. On the `.nav` base class: |
