Related to #7. Example: ```css foo:matches(*) { } ``` This should compile to ```css foo { } ``` But instead it compiles to ```css foo* { } ```
Related to #7.
Example:
This should compile to
foo { }But instead it compiles to