Skip to content

Commit aab167c

Browse files
committed
Add media queries to tobedone.css
1 parent 1d96c5c commit aab167c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/files/-tobedone.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
.some[selectors-may='contain-a-{'] {
22

3+
}
4+
5+
@media only screen and (min-width: 200px) {
6+
.test {
7+
prop: val;
8+
}
39
}

0 commit comments

Comments
 (0)