postcss-selector-matches icon indicating copy to clipboard operation
postcss-selector-matches copied to clipboard

:matches(*) doesn’t work

Open chris-morgan opened this issue 8 years ago • 0 comments

Related to #7.

Example:

foo:matches(*) { }

This should compile to

foo { }

But instead it compiles to

foo* { }

chris-morgan avatar Jun 07 '17 04:06 chris-morgan