Skip to content

Does CRA add prefixes to CSS and with what exact package? #9852

Discussion options

You must be logged in to vote

Autoprefixer is a part of CRA, you can find the documentation here: https://create-react-app.dev/docs/post-processing-css/
It is a transitive dependency (part of postcss-preset-env)


So it will not show as a direct dependency.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ParrotStone
Comment options

Answer selected by ParrotStone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants