feat: install Tailwind CSS v4 with PostCSS

This commit is contained in:
2026-08-11 08:49:43 +02:00
parent 717b251941
commit 29ae2d3650
4 changed files with 603 additions and 0 deletions
+2
View File
@@ -46,12 +46,14 @@
"devDependencies": {
"@swc/core": "^1.15.47",
"@swc/jest": "^0.2.39",
"@tailwindcss/postcss": "^4.3.3",
"@types/jest": "^30.0.0",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"jest": "^30.4.2",
"jest-environment-node": "^30.4.1",
"tailwindcss": "^4.3.3",
"ts-jest": "^29.4.12",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",