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