Skip to content

Commit 4e20ab7

Browse files
committed
Updates tailwindcss and postcss
1 parent 8d3c2b5 commit 4e20ab7

5 files changed

Lines changed: 207 additions & 404 deletions

File tree

packages/react-app/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@headlessui/react": "^2.2.0",
1313
"@heroicons/react": "^2.2.0",
1414
"@rainbow-me/rainbowkit": "^2.2.4",
15+
"@tailwindcss/postcss": "^4.0.14",
1516
"@tanstack/react-query": "^5.69.0",
1617
"@wagmi/connectors": "^5.7.11",
1718
"@wagmi/core": "^2.16.7",
@@ -31,8 +32,8 @@
3132
"autoprefixer": "^10.4.21",
3233
"eslint": "^9.22.0",
3334
"eslint-config-next": "^15.2.3",
34-
"postcss": "^8.4.47",
35-
"tailwindcss": "^3.4.14",
35+
"postcss": "^8.5.3",
36+
"tailwindcss": "^4.0.14",
3637
"typescript": "^5.8.2"
3738
},
3839
"resolutions": {

packages/react-app/postcss.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
plugins: {
3+
"@tailwindcss/postcss": {},
4+
autoprefixer: {},
5+
}
6+
}
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";

0 commit comments

Comments
 (0)