Answers for "error in ./src/assets/style.css Syntax Error: Error: PostCSS plugin tailwindcss requires PostCSS 8."

5

Syntax Error: Error: PostCSS plugin tailwindcss requires PostCSS 8.

npm uninstall tailwindcss postcss autoprefixer
npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
Posted by: Guest on June-11-2021

Code answers related to "error in ./src/assets/style.css Syntax Error: Error: PostCSS plugin tailwindcss requires PostCSS 8."

Browse Popular Code Answers by Language