-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Core: upgrade autoprefixer from 7.2.6 to 8.0.0 & allow configuring browser list externally #3076
Conversation
…owser list externally
Codecov Report
@@ Coverage Diff @@
## master #3076 +/- ##
=======================================
Coverage 35.86% 35.86%
=======================================
Files 440 440
Lines 9682 9682
Branches 912 927 +15
=======================================
Hits 3472 3472
+ Misses 5625 5606 -19
- Partials 585 604 +19
Continue to review full report at Codecov.
|
# Conflicts: # app/angular/package.json # app/polymer/package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's nice to let someone else worry about the defaults.
# Conflicts: # lib/core/package.json
# Conflicts: # lib/core/package.json
# Conflicts: # lib/core/package.json
Fixes: #2971
The recommended way of configuring browser targets for autoprefixer is using browserlist config on app level, see https://github.com/postcss/autoprefixer#browsers
If user doesn't have those, they'll just get the browserlist defaults, which are quite sane:
http://browserl.ist/
You can compare them with what we have currently, it's 91.47 vs 92.75 % global usage:
http://browserl.ist/?q=%3E1%25%2C+last+4+versions%2C+Firefox+ESR%2C+not+ie+%3C+9