-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I need to remove all old IE rules like:
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#00ffffff',GradientType=1)
filter: alpha(opacity=50);
but keeping standard CSS filter rules like:
filter: grayscale(100%);
It seem that is not possible to exclude declaration from files only if value contains something.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels