// postcss.config.js export default { plugins: { // Use the dedicated PostCSS plugin package "@tailwindcss/postcss": {}, autoprefixer: {}, }, };