emotion-detection-api / app /frontend /postcss.config.js
mahmdshafee's picture
Upload 19 files
802c62c verified
raw
history blame contribute delete
177 Bytes
// postcss.config.js (New Way for Tailwind v4)
export default {
plugins: {
'@tailwindcss/postcss': {}, // <-- This is the correct plugin
autoprefixer: {},
},
}