fix: Use @tailwindcss/postcss for Tailwind 4

- Install @tailwindcss/postcss package
- Update postcss.config.cjs to use new plugin
- Required for Tailwind CSS v4
This commit is contained in:
Kunthawat Greethong
2026-03-03 14:52:19 +07:00
parent 6b974073cb
commit 0769cd11fa

View File

@@ -1,6 +1,5 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};