#Individual DOM with Astro Live Code
5 messages · Page 1 of 1 (latest)
I believe you can add the class "not-content" to disable starlight styling on a sub- component
https://starlight.astro.build/components/using-components/#compatibility-with-starlights-styles
That works partially, but it still bleeds CSS from the code block to the DOM of my docs
is it there any way to isolate DOM using the <slot> tag component? i tried to use the CSS all: unset property;