// 最小化 PostCSS 配置 // Tailwind 由 Hero UI 内部处理,我们只需要 autoprefixer module.exports = { plugins: [ require('autoprefixer'), ], }