Spaces:
Runtime error
Runtime error
File size: 177 Bytes
802c62c | 1 2 3 4 5 6 7 | // postcss.config.js (New Way for Tailwind v4)
export default {
plugins: {
'@tailwindcss/postcss': {}, // <-- This is the correct plugin
autoprefixer: {},
},
} |