Skip to content

Commit 397ca39

Browse files
committed
Add forgotten test file
1 parent 385d559 commit 397ca39

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/files/selector-ignores.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.some[selectors-may='contain-a-{'] {
2+
3+
}
4+
5+
.this-selector /* should remain-} */ .valid {
6+
width:100px;
7+
}
8+
9+
@media only screen and (min-width: 200px) {
10+
.test {
11+
prop: val;
12+
}
13+
}

0 commit comments

Comments
 (0)