fix: add tailwindcss PostCSS plugin

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fyah
2026-05-09 11:20:31 +08:00
parent a0c24ee13e
commit 9750a7c865

View File

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