Closed hil00137 closed 1 year ago
Ups - there as a stupid typo in the skip code of the parser - thins is fixed. Please try with the latest snapshot build
Thanks for noting this, this is also a problem in the original cssparser - have to fix it there also.
Thanks for noting this, this is also a problem in the original cssparser - have to fix it there also.
Thanks for the quick fix!
Those two css blocks are parsed as CSSUnknownRuleImpl.
The real problem is that all 'em' are changed to 'ems' So when I called toString() method, the css is different from the original css.
Help me How Can I Solved them.