Re: [w3c/webcomponents] Theming options for shadow roots (#864)

What about something like this:

`<style id="myStyles">
  ...
</style>
<link rel="stylesheet" href="styles.css" id="myLoadedStyles" />
<any-webcomponent adopt-styles="myStyles">
<any-webcomponent adopt-styles="myLoadedStyles">`

Just brainstorming, but something along these lines would be nice.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/864#issuecomment-591404881

Received on Wednesday, 26 February 2020 12:38:26 UTC