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
I am currently facing a problem with the incompatibility of PostCSS (+ tailwindcss) and react-app-rewire-postcss. The postcss-loader in the package throws Error: PostCSS plugin postcss-import (or postcss-import) requires PostCSS 8. all the time. I think we need to upgrade the dependencies of the package.
Note: It works normally with other projects without the use of react-app-rewire-postcss and react-app-rewire.
Hello,
I am currently facing a problem with the incompatibility of PostCSS (+ tailwindcss) and
react-app-rewire-postcss. Thepostcss-loaderin the package throwsError: PostCSS plugin postcss-import (or postcss-import) requires PostCSS 8.all the time. I think we need to upgrade the dependencies of the package.Note: It works normally with other projects without the use of
react-app-rewire-postcssandreact-app-rewire.Best wishes,
Hai