vision-start/postcss.config.cjs
2025-07-20 17:59:36 -03:00

7 lines
127 B
JavaScript

module.exports = {
plugins: {
'@tailwindcss/postcss': {}, // ← use the new package name
autoprefixer: {},
}
}