bkardell / half-light

Small library for experimenting with ways to tame Shadow DOM in CSS
Apache License 2.0
45 stars 1 forks source link

Use adoptedStyleSheets #3

Closed bkardell closed 9 months ago

bkardell commented 9 months ago

Closes #2

It's true that now that this is using actual CSS rather than the way shadow-boxing was doing it, this is very plausible, cheap and easy. Seems like a good idea, lets us eliminate even more code.