Re: [WICG/webcomponents] "open-stylable" Shadow Roots (#909)

> In Vue, Astro, Svelte, it looks like a simple <style> tag:

In astro with open styleable, it could even be:

```css
<style is:global>
  p { color: hotpink; }
</style>
```

so that astro wouldnt need to add hashed attributes at all, right?

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

Message ID: <WICG/webcomponents/issues/909/1997924171@github.com>

Received on Thursday, 14 March 2024 17:00:58 UTC