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:
authorMark Otto <markdotto@gmail.com>2021-12-01 07:56:00 +0300
committerMark Otto <markdotto@gmail.com>2021-12-01 07:56:00 +0300
commit94b9e27fe3b6a85a8e796ea654602bd2aee18def (patch)
tree2b80c241d291c052450c232b49ed050aaa869e7b
parent2a51370e92b7651bd8fb243b0a758cada47b43a9 (diff)
Add some migration guide notes for v5.2.0
-rw-r--r--site/content/docs/5.1/migration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md
index 522e8551b6..445dc021ec 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.1/migration.md
@@ -56,6 +56,8 @@ 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.
+- **Updated our grid systems** so that containers now keep their gutter values, and enabling the experimental CSS Grid no longer removes container classes.
## Dependencies