From b78987627a44915267139c9c88229a5eb0a97665 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 10 Jun 2025 09:11:23 -0700 Subject: [PATCH] migration wip --- site/src/content/docs/migration.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/src/content/docs/migration.mdx b/site/src/content/docs/migration.mdx index 9ebe2f7efb..a40aeb844e 100644 --- a/site/src/content/docs/migration.mdx +++ b/site/src/content/docs/migration.mdx @@ -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` -- 2.39.5