You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
ShadyCSS adds scoping classes to dom in order to limit application of styles to simulated shadowRoots. Currently, this api is limited to templates that are decorated and then stamped into simulated shadowRoots. It should be able to react to dom mutations and keep this scoping up to date. It probably makes sense to use a deep MutationObserver do to this.
The text was updated successfully, but these errors were encountered:
ShadyCSS adds scoping classes to dom in order to limit application of styles to simulated shadowRoots. Currently, this api is limited to templates that are decorated and then stamped into simulated shadowRoots. It should be able to react to dom mutations and keep this scoping up to date. It probably makes sense to use a deep MutationObserver do to this.
The text was updated successfully, but these errors were encountered: