-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
[jss-vendor-prefixer] Testing vendor prefixes #89
Comments
We need to migrate tests there to mocha and co like in the jss repository and also add browserstack, because this really really needs a CI with real browsers. |
I totally agree. |
I think we need to use something like this to verify the test results. |
migrated the tests |
Sounds like a good idea! |
I think, it can be closed due cssinjs/css-vendor#9. We already have testing of all old major browsers via browserstack with each of property. |
The difficult part is that we need tests specific to vendors and versions, because there will be different results on different implementations. For e.g. at time of writing "animation: yyy;" test, all browsers needed a prefix, right now most of them support it unprefixed.
The text was updated successfully, but these errors were encountered: