Skip to content

Commit 4885886

Browse files
authored
Add test case for issue #214 (#222)
1 parent 91a8f4a commit 4885886

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

__tests__/valid.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,10 @@ a {
186186
div {
187187
width: add-numbers(10px);
188188
}
189+
190+
// issue #214
191+
.name {
192+
&-suffix {
193+
content: '';
194+
}
195+
}

0 commit comments

Comments
 (0)