streamich / nano-css

Distilled CSS-in-JS for gourmet developers
The Unlicense
427 stars 23 forks source link

Add "::placeholder" support to prefixer #233

Closed TheBosZ closed 5 years ago

TheBosZ commented 5 years ago

Placeholder is used in the selector so we have to override put.

We also need to generate placeholders as different rules (instead of combining them) because if any rule in a selector list is not understood by a browser, the whole rule is dropped.

It handles nested and comma-separated selectors as well.

Closes #202

streamich commented 5 years ago

:tada: This PR is included in version 5.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: