davidhund / shouldiprefix

A quick overview of what CSS features to prefix
http://shouldiprefix.com/
85 stars 14 forks source link

No -ms- prefixes on transition, animations and gradients #23

Closed Joan closed 10 years ago

Joan commented 10 years ago

-ms- prefixes are removed from public release of IE10 http://www.impressivewebs.com/dropping-ms-vendor-prefixes-ie10/ (cf. Can I Use, CSS3 Please.)

davidhund commented 10 years ago

Hey Joan, thank you.

I've neglected this project a bit, to be honest. It needs some work.

One of the first things I must do, is advise people to start using e.g. https://github.com/ai/autoprefixer – this will make projects like these obsolete ;)

Anyway, I'll try and see if I can give it some love in the coming time. In the mean time you're more than welcome to issue a Pull Request ;)

Thanks - David