aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2023-02-04 14:36:45 +0700
committerMark Otto <[email protected]>2023-02-04 17:40:20 +0700
commit99e37244592b67d873ac563b2f172073fdd50287 (patch)
tree61b9d6ed9e845829c8d82dac96de107fc00c6b34
parent3ce4fedaa2e180f64093b48e7f9de04c5754ad98 (diff)
downloadbootstrap-99e37244592b67d873ac563b2f172073fdd50287.tar.xz
bootstrap-99e37244592b67d873ac563b2f172073fdd50287.zip
Add mention to migration guide
-rw-r--r--site/content/docs/5.3/migration.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/5.3/migration.md b/site/content/docs/5.3/migration.md
index 4b763c7b0..ffc3fc05c 100644
--- a/site/content/docs/5.3/migration.md
+++ b/site/content/docs/5.3/migration.md
@@ -51,6 +51,8 @@ If you're migrating from our previous alpha release of v5.3.0, please reviewing
- Added new link utilities for link color opacity, underline offset, underline color, and underline opacity. [Explore the new links utilities.]({{< docsref "/utilities/link" >}})
+- CSS variable based `border-width` utilities have been reverted to set their property directly (as was done prior to v5.2.0). This avoids inheritance issues across nested elements, including tables.
+
### Docs
- Examples are now displayed with the appropriate light or dark color mode as dictated by the setting in our docs. However, they lack an individual color mode picker for the time being.