Skip to content

Commit 18e425e

Browse files
authored
Merge pull request #984 from xzyfer/feat/issue-2235
Add specs for issue 2235
2 parents 2e22a6e + e42c050 commit 18e425e

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed
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 "https://example.org";
3+
}
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 "https://example.org";
3+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@media all and (min-width: 100px) {
2+
a {
3+
b: c;
4+
}
5+
6+
@import "https://example.org";
7+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@media all and (min-width: 100px) {
2+
a { b: c }
3+
@import "https://example.org";
4+
}

0 commit comments

Comments
 (0)