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