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