Skip to content

Commit 669016c

Browse files
authored
chore: Update Tailwind CSS configuration and dependencies (#5)
- Replaced Tailwind CSS configuration in postcss.config.js to use '@tailwindcss/postcss'. - Updated package.json to include '@tailwindcss/postcss' and upgraded 'tailwindcss' to version 4.1.12. - Removed the obsolete tailwind.config.ts file.
1 parent 237bae5 commit 669016c

5 files changed

Lines changed: 532 additions & 574 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"devDependencies": {
2828
"@eslint-react/eslint-plugin": "^1.52.6",
2929
"@eslint/js": "^9.34.0",
30+
"@tailwindcss/postcss": "^4.1.12",
3031
"@tanstack/eslint-plugin-query": "^5.83.1",
3132
"@tanstack/eslint-plugin-router": "^1.131.2",
3233
"@tanstack/react-query-devtools": "^5.85.5",
@@ -41,7 +42,6 @@
4142
"@types/react": "^19.1.11",
4243
"@types/react-dom": "^19.1.8",
4344
"@vitejs/plugin-react": "^5.0.1",
44-
"autoprefixer": "^10.4.21",
4545
"babel-plugin-react-compiler": "19.1.0-rc.2",
4646
"eslint": "^9.34.0",
4747
"eslint-config-prettier": "^10.1.8",
@@ -59,7 +59,7 @@
5959
"prettier": "3.6.2",
6060
"prettier-plugin-tailwindcss": "^0.6.14",
6161
"sort-package-json": "^3.4.0",
62-
"tailwindcss": "^3.4.17",
62+
"tailwindcss": "^4.1.12",
6363
"typescript": "~5.8.0",
6464
"typescript-eslint": "^8.41.0",
6565
"vite": "^7.1.3",

0 commit comments

Comments
 (0)