Skip to content

Commit 02ebc0e

Browse files
committed
Upgrade Tailwind CSS to 4.0
1 parent de8fb49 commit 02ebc0e

File tree

6 files changed

+175
-711
lines changed

6 files changed

+175
-711
lines changed

.postcssrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"plugins": {
3-
"tailwindcss": {}
3+
"@tailwindcss/postcss": {}
44
}
55
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
}
1616
},
1717
"devDependencies": {
18+
"@tailwindcss/postcss": "^4.0.9",
1819
"parcel": "^2.12.0",
1920
"postcss": "^8.4.38",
2021
"prettier": "^3.2.5",
21-
"tailwindcss": "^3.4.3",
22+
"tailwindcss": "^4.0.9",
2223
"typescript": "^5.4.5"
2324
},
2425
"scripts": {

0 commit comments

Comments
 (0)