-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Remove unneeded prefixes from some mixins #8380
Conversation
Per caniuse, prefixes for transitions and transforms can be reduced to just `-webkit` and `-ms`. http://caniuse.com/#search=transform http://caniuse.com/#search=transition
How far back does |
Between MDN's compatibility tables & some googling:
|
@cvrebert has it pretty well covered. Basically, this represents every current version of browsers, +2 versions back, and every browser with a usage base greater than 1%. |
Remove unneeded prefixes from some mixins
Thanks guys! <3 |
samething can be done for gradient http://caniuse.com/#search=grad Except for webkit we can remove all other prefix |
@awebdeveloper Open a new issue or pull request. |
Remove unneeded prefixes from some mixins
Remove unneeded prefixes from some mixins
Per caniuse, prefixes for transitions and transforms can be reduced to just
-webkit
and-ms
. http://caniuse.com/#search=transformhttp://caniuse.com/#search=transition