fix: use @tailwindcss/postcss for Tailwind v4 compatibility

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fyah
2026-05-09 11:24:17 +08:00
parent 9750a7c865
commit 6aa9f7ff49
5 changed files with 599 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
"@tailwindcss/postcss": {},
}
}