module.exports = (ctx) => ({ plugins: { tailwindcss: {}, // Only run autoprefixer in production autoprefixer: ctx.env === 'production' ? {} : false, }, });