]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
migration wip rebasing-v6
authorMark Otto <markdotto@gmail.com>
Tue, 10 Jun 2025 16:11:23 +0000 (09:11 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 10 Jun 2025 16:11:23 +0000 (09:11 -0700)
site/src/content/docs/migration.mdx

index 9ebe2f7efb8fafef2de00f66d8ee20f0c25205b8..a40aeb844e641eb9aafc292c59e241551dc7993b 100644 (file)
@@ -33,7 +33,9 @@ Lots of changes to the `scss` directory, how we use Sass, and more.
 
 ### Utilities
 - Text color utilities have been renamed from `.text-{color}` to `.color-{color}`. This better matches our other utilities where we lead with the CSS property when possible.
--
+- Renamed border-top, border-end, border-bottom, and border-start to border-t, border-e, border-b, and border-s.
+- New attribute utility for borders and border-widths.
+- Split border-radius utilities into their own docs page.
 
 ## CSS
 - Replaced box-shadow driven focus styles with `outline`