module.exports = { plugins: { tailwindcss: { config: './tailwind.config.cjs' }, autoprefixer: {}, }, };