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>2022-04-30 20:01:24 +0300
committerMark Otto <otto@github.com>2022-04-30 22:55:27 +0300
commita078b5e0b9c11d5a04497c1d1561fe9d4e0b028b (patch)
treecdd25a0d29ce722f5a4bce864bf145700b052ed5
parent1ac2997cf623f8bf4217aab6bdd573b9f1ee7e48 (diff)
include in migration guide
-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 d7fad95a6b..9750e4e77a 100644
--- a/site/content/docs/5.1/migration.md
+++ b/site/content/docs/5.1/migration.md
@@ -84,6 +84,8 @@ Your custom Bootstrap CSS builds should now look something like this with a sepa
- **Popovers and tooltips now use CSS variables.** Some CSS variables have been updated from their Sass counterparts to reduce the number of variables. As a result, three variables have been deprecated in this release: `$popover-arrow-color`, `$popover-arrow-outer-color`, and `$tooltip-arrow-color`.
+- **Added new `.text-bg-{color}` helpers.** Instead of setting individual `.text-*` and `.bg-*` utilities, you can now use [the `.text-bg-*` helpers]({{< docsref "helpers/color-background" >}}) to set a `background-color` with contrasting foreground `color`.
+
- Added `.form-check-reverse` modifier to flip the order of labels and associated checkboxes/radios.
- Added [striped columns]({{< docsref "/content/tables#striped-columns" >}}) support to tables via the new `.table-striped-columns` class.