Skip to content

Commit a24db41

Browse files
Luke Viviergoto-bus-stop
authored andcommitted
fix tests
1 parent f27a052 commit a24db41

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

test/expected.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.baz {
1+
._6d606626 .baz {
22
color: purple; }
33

4-
.qux {
4+
._6d606626 .qux {
55
color: yellow; }
66

7-
.foo .bar {
7+
._6d606626 .foo .bar {
88
color: blue; }

test/import.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.baz {
1+
:host .baz {
22
color: purple;
33
}

test/indent-import.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.qux
1+
\:host .qux
22
color: yellow

test/source.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const sf = require('sheetify')
33
sf`
44
@import './import.scss';
55
@import './indent-import.sass';
6-
.foo {
6+
:host .foo {
77
.bar {
88
color: blue;
99
}

0 commit comments

Comments
 (0)