mirror of https://github.com/sveltejs/svelte
parent
0bbc66be28
commit
1926ffa708
@ -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