Hi!
Up until now I’ve been using Tailwind 2 using the PostCSS 7 compatibility build.
However, because Vue 3.0.6 now supposedly supports PostCSS 8, I’ve been trying to get rid of the compatibility build. I’ve upgraded all my packages, removed the compatibility package, even tried removed my node_modules and yarn.lock, but it will simply not work. It’s still complaining that PostCSS 8 is required.
Are there still parts of Vue 3 that do not support PostCSS 8? If so, are there any issues to track them? All issues I’ve found so far seem to be fixed after the 3.0.6 release.