]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add mention to migration guide
authorMark Otto <markdotto@gmail.com>
Sat, 4 Feb 2023 07:36:45 +0000 (14:36 +0700)
committerMark Otto <otto@github.com>
Sat, 4 Feb 2023 10:40:20 +0000 (17:40 +0700)
site/content/docs/5.3/migration.md

index 4b763c7b0987dd3032fd46cf006704e4d018696a..ffc3fc05c38d643aa05a7ae5c16f02c4a5a61691 100644 (file)
@@ -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.