postcss.config.js 171 B

1234567
  1. module.exports = {
  2. plugins: {
  3. // '@tailwindcss/postcss': {}, // Use the new PostCSS plugin
  4. tailwindcss: {},//使用4.x 会有问题
  5. autoprefixer: {},
  6. },
  7. };