// postcss.config.cjs module.exports = { plugins: { "@tailwindcss/postcss": {}, autoprefixer: {}, }, };