failing test

pull/14456/head
Rich Harris 2 years ago
parent 1dd8772eac
commit 7b6aae16e2

@ -0,0 +1,3 @@
h1.svelte-xyz + p:where(.svelte-xyz) {
color: green;
}

@ -0,0 +1,13 @@
{#snippet foo()}
<p>this should be green</p>
{/snippet}
<h1>Hello</h1>
{@render foo()}
<style>
h1 + p {
color: green;
}
</style>
Loading…
Cancel
Save