csstools / react-app-rewire-postcss

Configure PostCSS in Create React App without ejecting
Creative Commons Zero v1.0 Universal
114 stars 18 forks source link

Requires PostCSS 8 #14

Open honghainguyen777 opened 2 years ago

honghainguyen777 commented 2 years ago

Hello,

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.

Best wishes, Hai