css-scope-inline icon indicating copy to clipboard operation
css-scope-inline copied to clipboard

🌘 Scope your inline style tags in pure vanilla CSS! Only 16 lines. No build. No dependencies.

Results 2 css-scope-inline issues
Sort by recently updated
recently updated
newest added

In your (awesome) code: ```javascript window.cssScope ??= new MutationObserver(mutations => { // Allow 1 observer. ... }).observe(document.documentElement, {childList: true, subtree: true}) ``` It seems you want the observer to be...