You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Have you found a way to add the postcss@8 support to react-app-rewire-postcss? I am currently having trouble with ABC package requires PostCSS 8. Unfortunately, I have a project that uses another project as a submodule. The submodule project has the new version of tailwindcss, postcss, and postcss-import. Therefore, my project is broken now.
I've been successfully using craco. However in my current project we use node-sass, so I can't help with postCSS configuration, but it should work out of the box.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
postcss-loader@4
adds support forpostcss@8
https://github.com/webpack-contrib/postcss-loader/releases
There are some breaking changes that have to be addressed.
The text was updated successfully, but these errors were encountered: