svelte/documentation/examples/17-special-elements/01-svelte-component/BlueThing.svelte

8 lines
74 B

<strong>Blue thing</strong>
<style>
strong {
color: blue;
}
</style>