Hi, I'm curious if there is a way to either:
- Change the target of the base stylesheet to be a Shadow DOM element, or
- Prevent the insertion of the base stylesheet into the
<head> tag (and handle it manually)
I noticed you added Shadow DOM element support in 4.0.2, but the base styles are not applying to elements within a Shadow root. Maybe I've missed something in the docs?
These are the styles I'm referring to:

For now I've manually added those base styles into my Shadow root and that's working decently, but the styles are still being added to the <head> unnecessarily.
Thanks!
Hi, I'm curious if there is a way to either:
<head>tag (and handle it manually)I noticed you added Shadow DOM element support in
4.0.2, but the base styles are not applying to elements within a Shadow root. Maybe I've missed something in the docs?These are the styles I'm referring to:
For now I've manually added those base styles into my Shadow root and that's working decently, but the styles are still being added to the
<head>unnecessarily.Thanks!