Skip to content

Commit 6274ff7

Browse files
author
alexander.bachmann
committed
update tests
1 parent 473ff26 commit 6274ff7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<style>.foo[data-v-9fa7240ea1aa9cadbe43399f0c2c935d] { color: blue;}.foo__bar[data-v-9fa7240ea1aa9cadbe43399f0c2c935d] { color: #AA0000;}</style>
2-
<div data-v-9fa7240ea1aa9cadbe43399f0c2c935d {{ dataScopedStyleAttribute|default('') }} class="{{ class|default('') }}" style="{{ style|default('') }}">
3-
<div class="foo__bar" data-v-9fa7240ea1aa9cadbe43399f0c2c935d>
1+
<style>.foo[data-v-7e73cf3ea81584bf814227e32d0e09f8] { color: #0000FF;}.foo__bar[data-v-7e73cf3ea81584bf814227e32d0e09f8] { color: #AA0000;}</style>
2+
<div data-v-7e73cf3ea81584bf814227e32d0e09f8 {{ dataScopedStyleAttribute|default('') }} class="{{ class|default('') }}" style="{{ style|default('') }}">
3+
<div class="foo__bar" data-v-7e73cf3ea81584bf814227e32d0e09f8>
44
baz
55
</div>
66
</div>

tests/fixtures/style-block-scoped-import/style-block-scss-scoped-import.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@import "imports/import";
1111
@import "imports/subfolder/import2";
1212
.foo {
13-
color: blue;
13+
color: $blue;
1414
&__bar {
1515
color: $red;
1616
}

0 commit comments

Comments
 (0)