fix(ci): add tailwindcss as direct dependency

PostCSS plugin needs tailwindcss package available in node_modules
at build time. Adding it as a direct dependency ensures consistent
resolution.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-15 01:23:51 +07:00
co-authored by Claude
parent 05055ed9cf
commit 03c1e4edb8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
"react-router-dom": "^7.15.1",
"recharts": "3.8.1",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.1",
"web-vitals": "5.3.0",
"zustand": "^5.0.13"
},