mirror of https://github.com/sveltejs/svelte
parent
12907594cd
commit
0c33eb4b1b
@ -1,8 +1,8 @@
|
||||
|
||||
.foo[svelte-698347462] {
|
||||
.foo[svelte-xyz] {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.bar[svelte-698347462] {
|
||||
.bar[svelte-xyz] {
|
||||
color: blue;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
<div svelte-698347462="" class="foo"></div>
|
||||
<div svelte-xyz="" class="foo"></div>
|
Loading…
Reference in new issue