Answer the question
In order to leave comments, you need to log in
Why doesn't Autoprefixer work in create-react-app and how to properly organize work with pre/post CSS in a React.js application?
I am new to React. Started using create-react-app .
Before that, I always wrote in pure CSS. Now I'm learning Sass and Autoprefixer.
I see in the documentation that npm run eject
both Sass and Autoprefixer should work out of the box (i.e. without the command ).
Everything worked with Sass, but Autoprefixer does not work in any way.
browserslist tried this one for testing:
"browserslist": {
"production": [
"since 2010"
],
"development": [
"since 2010"
]
},
<head>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question