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-11-03 04:45:01 +0300
committerMark Otto <markd.otto@gmail.com>2022-02-25 19:55:41 +0300
commitaf447ee4c7d527782af6a31023d51a3496a0e198 (patch)
tree6a4ef30bbd2594ab6b3e1194f2b642b20cc216fb
parent4760a5f572188a30b9b519f9136f31f62f3d5d27 (diff)
Document change in migration guide
-rw-r--r--site/content/docs/5.1/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.1/migration.md b/site/content/docs/5.1/migration.md
index 0d0d7eeab4..47a942f58c 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.1/migration.md
@@ -56,6 +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`.
+- **Removed unused positioning styles from popovers and tooltips** as these are handled solely by Popper.js. `$tooltip-margin` has been deprecated and set to `null` in the process.
## Dependencies