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
Refactor parsing logic to mostly reside in the class files whose data structure is to be parsed (this should eventually allow us to unit-test specific parts of the parsing logic individually).
Fix error in parsing calc expessions when the first operand is a negative number, thanks to @raxbg.
Support parsing CSS4 colors in hex notation with alpha values, thanks to @raxbg.
Swallow more errors in lenient mode, thanks to @raxbg.
Allow specifying arbitrary strings to output before and after declaration blocks, thanks to @westonruter.