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

[2.x] Don't require autoprefixer #714

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

dwightwatson
Copy link
Contributor

Installing Jetstream requires autoprefixer in the package.json file, as well as requires it explicity in the webpack.mix.js file.

However, I don't believe this is required.

Laravel Mix will run CSS through Autoprefixer by default, and as such it's not explicitly required in Tailwind's Laravel installation page either.

Removing this shouldn't affect the end build at all, just means we're not installing unnecessary boilerplate.

@driesvints driesvints changed the title Don't require autoprefixer [2.x] Don't require autoprefixer Mar 19, 2021
@taylorotwell taylorotwell merged commit 4845568 into laravel:2.x Mar 19, 2021
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