postcss.config.js 113 B

123456
  1. module.exports = {
  2. plugins: {
  3. '@tailwindcss/postcss': {}, // 替换为新包
  4. autoprefixer: {},
  5. },
  6. };