-
Notifications
You must be signed in to change notification settings - Fork 272
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 issue #417
Comments
Hello @easYnow Currently the codebase passes browser information via the autoprefixer browser config here; It appears that the Autoprefixer tool now uses Browserslist; To switch you can remove the 'browsers' part of the gulpfile.js call to autoprefixer (first link in post above), then either "Use browserslist key in package.json or .browserslistrc file." The format seems similar so you might be able to just move the "browsers" array from the gulpfile.js into the package.json and rename it to "browserslist", then rebuild your project. You may need to tweak it and can consult their github documentation; If you do get it working let us know would love a snippet or PR as I'm sure others would appreciate a fix as it seems it's a fairly new change to autoprefixer. Specifically seems to have come out in Autoprefixer 9.6; |
Hey Garret, Thanks for your help on this! |
Hi
I'm getting the following notice when running npm run watch on a project -
Can anyone please offer guidance on where to edit files for this issue?
Thanks
Tom
The text was updated successfully, but these errors were encountered: