svelte/documentation/tutorial/16-special-elements/02-svelte-component/app-b/BlueThing.svelte

8 lines
74 B

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