Replies: 1 comment 2 replies
-
Create React App uses autoprefixer by default https://create-react-app.dev/docs/post-processing-css/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I know, It's not recommended to change Webpack configuration for a CRA project. So how can I add PostCSS to my project? I want to use 'autoprefixer' plugin of PostCSS and I also need to this plugin work with MUI if possible. I almost checked most of the solution on the web but none of them working.
Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions