Upgrade Tailwind to v4 (#491)

This commit is contained in:
Gregory Schier
2026-07-02 09:53:22 -07:00
committed by GitHub
parent bdf78254b5
commit 9b524e3dc7
112 changed files with 744 additions and 1027 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ export function TableCell({
<td
className={classNames(
className,
"py-2 [&:not(:first-child)]:pl-4 whitespace-nowrap",
"py-2 not-first:pl-4 whitespace-nowrap",
align === "left" ? "text-left" : align === "center" ? "text-center" : "text-right",
)}
>
@@ -119,7 +119,7 @@ export function TableHeaderCell({
<th
className={classNames(
className,
"whitespace-nowrap py-2 [&:not(:first-child)]:pl-4 text-left text-text-subtle",
"whitespace-nowrap py-2 not-first:pl-4 text-left text-text-subtle",
)}
>
{children}