Closed AndreasNasman closed 2 years ago
Another similar one is
.class {
filter: progid:dximagetransform.microsoft.gradient( startColorstr='#e80008', endColorstr='#a6002c', GradientType=0 );
}
It seems to be the colons in the properties that cause trouble. 🤔
Looks like ignoreValue
applies for matching errors only, not for parse errors. That's a bug, going to fix it.
Thanks for the fix, works perfectly! 👍
Hi!
I'm trying to use
ignoreValue
to suppress a parsing error:The CSS property looks like this:
I've tried combinations like
to ignore the value, but can't seem to get the syntax right. Any advice on the correct syntax to ignore the
filter: alpha( opacity: 0 );
property?Thanks – Andreas