fix: Build dependencies and PostCSS config

This commit is contained in:
Kunthawat
2026-03-10 13:48:02 +07:00
parent 624ffd2da4
commit 11d59d78be
3 changed files with 30 additions and 1 deletions

View File

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