Skip to content

Commit 9caf119

Browse files
committed
1 parent c61637c commit 9caf119

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

after/syntax/css/conditional-4.vim

Whitespace-only changes.

test/test.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@
7979
display: revert;
8080
}
8181

82-
@import "test.css" supports(display: auto);
82+
@import "conditional-3.css" supports(display: auto);
83+
84+
@supports (selector(.conditional-4)) {
85+
display: auto;
86+
}
8387

8488
.color-3 {
8589
display: auto;

0 commit comments

Comments
 (0)