-
zhangwei
2025-12-22 96bd45d3013d0d84ee62ae1bcf8bee217035b384
1
2
3
4
5
6
module.exports = {
  plugins: {
    tailwindcss: {}, // 自动读取 tailwind.config.js
    autoprefixer: {}
  }
}