paulirish / css3please

use Autoprefixer instead. <3
http://css3please.com
387 stars 65 forks source link

Missing IE9 gradient #94

Closed JohnnyWalker2001 closed 12 years ago

JohnnyWalker2001 commented 12 years ago

At some point along the line, the IE9 gradient rules have been removed?

Eg:

filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F2FFBD', EndColorStr='#BCEC00');

This caught me unawares with a client! It's a very useful bit of code and I don't think it should have been removed, although I worry it was done deliberately?

uxder commented 12 years ago

Paul removed it back in November because it causes performance issues. Check out, https://github.com/paulirish/css3please/commit/c9f787655fc7f6a34c8b1bb64a49fbaee43360de#L0L100