Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 9b1bfc2

Browse files
committed
Fix nesting test
Closes #434 Closes #435
1 parent 0d2cd29 commit 9b1bfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/fixtures/features/nesting.expected.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
color: red
33
}
44
.foo .bar {
5-
color: white
5+
color: white;
66
}

0 commit comments

Comments
 (0)