Skip to content

Commit 228d8bb

Browse files
authored
Add test case for issue #184 (#223)
1 parent 4885886 commit 228d8bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

__tests__/valid.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,3 +193,11 @@ div {
193193
content: '';
194194
}
195195
}
196+
197+
// issue #184
198+
.arrow-button {
199+
// stylelint-disable-next-line no-duplicate-selectors
200+
& {
201+
@include utils.focus-visible;
202+
}
203+
}

0 commit comments

Comments
 (0)