postcss-selector-matches
PostCSS plugin to transform
:matches()
W3C CSS pseudo class to more compatible CSS selectors
http://dev.w3.org/csswg/selectors-4/#matches
Installation
Usage
Using this input.css
:
you will get:
Note that if you are doing crazy selector like p:matches(a) {}
you are likely to get crazy results (like pa {}
).
Options
lineBreak
lineBreak
(default: false
)
Allows you to introduce a line break between generated selectors.
Last updated