Re: [csswg-drafts] [cssom] allow text in CSSStyleSheet constructor (#12110)

I quite like this idea as for dynamic interpolation for systems with design data stored in JSON for example.

```
new CSSStyleSheet({ text: `:host{ background: ${token.colors.blue.100} }` })
```

-- 
GitHub Notification of comment by castastrophe
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12110#issuecomment-2842030702 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 30 April 2025 13:42:07 UTC