Skip to content

Commit fa3c61a

Browse files
committed
chore: update test with different class
1 parent 5c40fa0 commit fa3c61a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<svelte:options css="injected" />
22

3-
<div class="foo">foo</div>
3+
<div class="bar">bar</div>
44

55
<style>
6-
.foo {
6+
.bar {
77
color: red;
88
}
99
</style>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
.foo.svelte-sg04hs {
3-
color: red;
4-
}
2+
.foo.svelte-sg04hs {
3+
color: red;
4+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!--[--><div class="foo svelte-sg04hs">foo</div><!----> <div class="foo svelte-sg04hs">foo</div><!--]-->
1+
<!--[--><div class="bar svelte-ievf05">bar</div><!----> <div class="foo svelte-sg04hs">foo</div><!--]-->
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<style id="svelte-sg04hs">
2-
.foo.svelte-sg04hs {
1+
<style id="svelte-ievf05">
2+
.bar.svelte-ievf05 {
33
color: red;
44
}
55
</style>

0 commit comments

Comments
 (0)