freekake_web/postcss.config.js
2025-09-18 16:13:47 +07:00

8 lines
130 B
JavaScript

module.exports = {
plugins: {
// '@tailwindcss/postcss': {}, // ganti ini
tailwindcss: {},
autoprefixer: {},
},
}