// postcss.config.js export default { plugins: { tailwindcss: {}, autoprefixer: {}, }, };