postcss / postcss-selector-matches

PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS (simpler selectors)
MIT License
44 stars 10 forks source link

Consider using postcss-selector-parser to implement the :matches(…) selector #18

Open ExE-Boss opened 6 years ago

ExE-Boss commented 6 years ago

postcss-selector-parser has been made with the goal of improving the handling of css selectors in postcss plugins by making sure to avoid outputting broken selectors (see #7, #14, #16).

`postcss-selector-parser`

jonathantneal commented 6 years ago

I am doing this in the next release. I am only struggling with the expansion of selectors.