-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot get postCSS autoprefixer to work #1237
Comments
1.npm install autoprefixer 2.add some
3.full text
|
@six006 seems to be sufficient. If more is needed add it to the wiki. |
Just found: every config i.e. webpack.dev.js, webpack.prod.js, webpack.test.js overrides (s)css rules from webpack.common.js so 'postcss-loader' SHOULD BE ADDED INTO EVERY CONFIG. |
I am trying to implement PostCSS autoprefixer to my project but it doesn't seem to work. After going through the instructions on the PostCSS repo, I still have no luck so was hoping someone can assist. I have followed the steps as below
Is there some other setting or config that needs to be added? The vendor prefixes do not work e.g. display: flex in a sample scss file
The text was updated successfully, but these errors were encountered: