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