10 lines
105 B

<svelte:options customElement="custom-element" />
<p>styled</p>
<style>
p {
color: red;
}
</style>