Skip to content
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

Add autoprefixer toggle to config #1300

Merged

Conversation

sebastiandedeyne
Copy link
Contributor

There are two cases in which including autoprefixer by default gets in the way:

  • When you're using a postcss plugin which already includes autoprefixer (like cssnext)
  • or when you want to pass some extra configuration to autoprefixer

This PR adds a config toggle for autoprefixer, true by default so it's non-breaking, but it allows you to disable it if you want to deal with autoprefixer yourself in your project.

@JeffreyWay JeffreyWay merged commit de1d8ff into laravel-mix:master Nov 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants