aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2022-04-30 10:01:24 -0700
committerMark Otto <[email protected]>2022-04-30 12:55:27 -0700
commita078b5e0b9c11d5a04497c1d1561fe9d4e0b028b (patch)
treecdd25a0d29ce722f5a4bce864bf145700b052ed5 /site/content/docs/5.1
parent1ac2997cf623f8bf4217aab6bdd573b9f1ee7e48 (diff)
downloadbootstrap-a078b5e0b9c11d5a04497c1d1561fe9d4e0b028b.tar.xz
bootstrap-a078b5e0b9c11d5a04497c1d1561fe9d4e0b028b.zip
include in migration guide
Diffstat (limited to 'site/content/docs/5.1')
-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 d7fad95a6..9750e4e77 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.