cssinjs / css-vendor

Runtime vendor prefixing based on feature detection.
MIT License
67 stars 24 forks source link

Like to add a hardcode test for "flex" in IE10 #3

Closed moliver-bb closed 8 years ago

moliver-bb commented 8 years ago

Adding a hard code test case with a value of "flex" in IE10 to test "-ms-flexbox" value instead of "-ms-flex"

kof commented 8 years ago

thanks

kof commented 8 years ago

released

moliver-bb commented 8 years ago

thanks for putting this in so fast, but I've found a bunch of other legacy browser styles that aren't mapped perfectly to current styles. So I thought it would be best to create separate plugins for these legacy browser supports. I modeled https://github.com/moliver-bb/css-legacy-browsers and https://github.com/moliver-bb/jss-legacy-browsers off your current builds to include caching (which is awesome BTW)! Thanks for all your help, let me know if you think either should be changed at all

kof commented 8 years ago

@moliver-bb thanks a lot. This is a bunch of work. How did you verify all this things? I think we should bring them into css-vendor repository. I think we can do that by default without performance overhead. I would still put legacy browsers support into a separate file so that we can remove it or parts of it at some point. For this it would be very good to know which specific version is targeted so that we can verify if it still needs to be supported.

kof commented 8 years ago

Here is one more attempt ... https://github.com/alexkuz/jss-vendor-prefixer-ie10