diff --git a/frontend/packages/shared/src/shadow-css.js b/frontend/packages/shared/src/shadow-css.js index 7c49e710..1ad9268f 100644 --- a/frontend/packages/shared/src/shadow-css.js +++ b/frontend/packages/shared/src/shadow-css.js @@ -1,15 +1,21 @@ // attachShadowCss(host, cssText, shadowInit) — attach an open shadow root -// to `host`, adopt `cssText` as a constructed stylesheet, and return the +// to `host`, append `cssText` as a plain `