Skip to content

Commit 52ddfbc

Browse files
authored
Merge pull request #982 from xzyfer/feat/activate-2233
Activate specs for issue 2233
2 parents 18e425e + adf4a62 commit 52ddfbc

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@media all and (min-width: 100px) {
2+
a {
3+
b: c;
4+
}
5+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a { b: c; }
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@media all and (min-width: 100px) {
2+
@import "foo"
3+
}

0 commit comments

Comments
 (0)