Skip to content

Commit d9a425a

Browse files
authored
Tailwind v4 (#12)
* upgrade to tailwind v4 * update order * hide hidden files/directory ( starts with `_` ) also in siblings and section grid * fix lint issues
1 parent 5a15d1a commit d9a425a

37 files changed

+7109
-3845
lines changed

content/docs/aria-docs/getting-started/02.installation/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
4848
<head />
4949
<body
5050
className={cn(
51-
"min-h-screen bg-background font-sans antialiased",
51+
"bg-background min-h-screen font-sans antialiased",
5252
fontSans.variable,
5353
)}
5454
>

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"@eslint/compat": "1.2.5",
6565
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
6666
"@next/eslint-plugin-next": "15.1.6",
67+
"@tailwindcss/postcss": "^4.0.0",
6768
"@tailwindcss/typography": "0.5.16",
6869
"@types/mdx": "2.0.13",
6970
"@types/node": "22.10.7",
@@ -87,7 +88,7 @@
8788
"serve-handler": "6.1.6",
8889
"shadcn": "2.1.8",
8990
"source-map-support": "0.5.21",
90-
"tailwindcss": "3.4.17",
91+
"tailwindcss": "4.0.0",
9192
"tsx": "4.19.2",
9293
"type-fest": "4.33.0",
9394
"typescript": "5.7.3",

0 commit comments

Comments
 (0)