svelte/test/css/samples/undefined-with-scope/input.svelte

3 lines
62 B

<style>p { color: red; }</style>
<p class={undefined}>Foo</p>