postcss / postcss-custom-properties

Use Custom Properties in CSS
https://postcss.github.io/postcss-custom-properties
MIT License
596 stars 77 forks source link

Allow combined selectors #199

Closed ryuran closed 4 years ago

ryuran commented 4 years ago

Fix #198

ryuran commented 4 years ago

@jonathantneal I change .findIndex() to .some() but I think the .split(',') stay necessary. .some() return a boolean, so I remove -1 !==

ryuran commented 4 years ago

👆 rebase

ai commented 4 years ago

@Semigradsky can we also release this fix?

The code was shortened after origin review.