0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/css/samples/omit-scoping-attribute-attribute-selector-prefix/expected.html
2018-02-24 18:37:59 -05:00

2 lines
112 B
HTML

<div><p class="svelte-xyz" data-foo="barbaz">this is styled</p>
<p data-foo="bazbar">this is unstyled</p></div>