-
Notifications
You must be signed in to change notification settings - Fork 10
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
Autoprefixer is not added to postcss.config.js on install #14
Comments
Yeah that’s right. Autoprefixer is added internally in vue-cli since v4.1.0 vuejs/vue-cli#4798. I will update the readme. |
I've done a little testing, and you are right: Autoprefixer seems to be automatically added in to the build process by Vue CLI. Anyway, this seem to work as a default only if no Basically, my I suppose that this is working as intended (so, I don't think that it's a bug), probably the rationale is to have generic default settings while still leaving to the user the ability to manually change them; maybe it could be useful to ask directly to Vue CLI devs to have a confirmation about this . Anyway, the fact is that if I include a |
Okay makes sense, providing your own |
After running
vue add tailwind
, the generatedpostcss.config.js
does not cointain an entry for Autporefixer, like stated on the Readme.Its contents are as follows:
The text was updated successfully, but these errors were encountered: