stylis-plugin-extra-scope icon indicating copy to clipboard operation
stylis-plugin-extra-scope copied to clipboard

Stylis plugin which adds extra scope to each produced CSS rule.

Results 5 stylis-plugin-extra-scope issues
Sort by recently updated
recently updated
newest added

This is based on the changes from https://github.com/Andarist/stylis-plugin-extra-scope/pull/11, just updated with master from the base repo and with additional unit tests. Thanks @tpict for the initial implementation.

Is there a guide on how to update this plugin for stylis v4? I'd like to use this with emotion 11 and this is apparently only compatible with v3 currently.

Work with styled-component v5, and I found that first selector will be modified, and this made the whole page's style broken. Here is my test code ```js export function addCssScope(scopes:...

Hello, I'm not 100% sure if this is an issue or something I am doing wrong, but I noticed upgrading to v0.3.0 changed the css in some snapshots like so:...

Hello, I have been using this plugin for a while and ran into an ambiguity with chakra-ui. Chakra-ui by default, converts all shared variables in js to css variables in...