Andarist / stylis-plugin-extra-scope

Stylis plugin which adds extra scope to each produced CSS rule.
MIT License
23 stars 14 forks source link

Request: ability to specify comma-delimited list of extra scopes #5

Closed j5bot closed 3 years ago

j5bot commented 4 years ago

I would like to be able to scope to multiple selectors, such as to two different IDs.

I've created a PR which I believe allows for this. In my personal tests, it does the job.

https://github.com/Andarist/stylis-plugin-extra-scope/pull/4

Andarist commented 3 years ago

This was implemented in https://github.com/Andarist/stylis-plugin-extra-scope/pull/4