// postcss.config.js module.exports = { plugins: [ require('tailwindcss'), require('autoprefixer'), // Other PostCSS plugins if needed ], };