Closed Zirro closed 6 years ago
An invalid pseudo-class that begins with one which is valid such as :linkexample will currently be accepted and compile to something unintended. It should throw a unknown pseudo-class selector-error instead.
:linkexample
unknown pseudo-class selector
This got fixed in version 2.0.8.
An invalid pseudo-class that begins with one which is valid such as
:linkexample
will currently be accepted and compile to something unintended. It should throw aunknown pseudo-class selector
-error instead.