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:
authorXhmikosR <xhmikosr@gmail.com>2021-12-22 15:37:09 +0300
committerGitHub <noreply@github.com>2021-12-22 15:37:09 +0300
commit9e97db027ef0cc768b7c37423f653c4647af50f6 (patch)
tree5379feb9c500b1db7791c6453a0b9719df84ed55
parent94b9e27fe3b6a85a8e796ea654602bd2aee18def (diff)
Update migration.mdmigration-guide-v520
-rw-r--r--site/content/docs/5.1/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md
index 445dc021ec..a2c85566e6 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.1/migration.md
@@ -56,7 +56,7 @@ Your custom Bootstrap CSS builds should now look something like this with a sepa
### Key changes
- **Introduced new `$enable-container-classes` option.** Now when opting into the experimental CSS Grid layout, `.container-*` classes will still be compiled, unless this option is set to `false`.
-- **Buttons, navbars, popovers, and tooltips are now built with CSS variables.** While Sass still underpins everything, each of these components have been updated to include several CSS variables on the component base classes (e.g., `.btn`), allowing for more real-time customization of Bootstrap.
+- **Alerts, buttons, navbars, popovers, and tooltips are now built with CSS variables.** While Sass still underpins everything, each of these components have been updated to include several CSS variables on the component base classes (e.g., `.btn`), allowing for more real-time customization of Bootstrap.
- **Updated our grid systems** so that containers now keep their gutter values, and enabling the experimental CSS Grid no longer removes container classes.
## Dependencies