You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll build out our test suite (ahem example.html ahem) a little more and add the full CSS3Please syntax. I'm less concerned with supporting -ms-filter, but we'll see. We could probably get by detecting -gradient and emptying that out.
Sounds like a search for "-gradient" is best as that will catch linear and radial gradients (and conical in the future) as well as vendor prefixed versions.
-webkit-gradient(linear,left top,left bottom,from(#F4F4F4),to(#ECECEC));
our current search for
/linear-gradient(.*?)/g
isn't cutting it here.The text was updated successfully, but these errors were encountered: