在Vue安装使用tailwindcss
时,会出现"Installing tailwind 2 in vue 3 raises the error PostCSS plugin tailwindcss requires PostCSS 8"的报错。
npm uninstall tailwindcss postcss autoprefixer
npm install tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9