Closed
Description
Having a custom element built using Sveltes' component inclusion results in the included component style not being inherited.
This appears to come from the premise that if the main component is a custom element, all components inside it must be custom elements too, whereas this is not fully reflected by the compiled code.