-
Notifications
You must be signed in to change notification settings - Fork 59
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
Prefixer falls back to prefixAll in Chromium 50 #84
Comments
Do you know if Chromium and Chrome's versions always match according to features? Then we could really Chromium as an actual Chrome, else we would set version to 0 telling to use all Webkit prefixes as there's no way to keep track of all different browser versions / feature support except those listed on caniuse.com |
Yes, they always match.
|
Fixed by @karinepires with #86 |
Prefixer falls back to prefixAll in Chromium 50:
For example, with user agent from Firefox 46 it works:
Also, it works in Chrome.
Probably you need to add 'chromium' to this file https://github.com/rofrischmann/inline-style-prefixer/blob/master/modules/utils/getBrowserInformation.js on 4 and 10 lines.
The text was updated successfully, but these errors were encountered: