[Vuejs]-Postcss-loader error during tailwind upgrade from 0.7.0 to 1.x

0👍

I was able to resolve the above issue by following these steps

 1. open tailwind.postcss file
 2. Replace @import "~tailwindcss/preflight.css"; with @import "~tailwindcss/base.css";

From here I got a hint about a solution, Thanks!!

Leave a comment