Skip to content

Commit ce99e12

Browse files
committed
Add issue files
1 parent 9188088 commit ce99e12

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/* https://github.com/microsoft/vscode-css/issues/33 */
2+
3+
table thead tr:nth-child(odd of :not([hidden])),
4+
table:has(thead tr:last-child:nth-child(even of :not([hidden]))) tbody tr:nth-child(odd of :not([hidden])),
5+
table:has(thead tr:last-child:nth-child(odd of :not([hidden]))) tbody tr:nth-child(even of :not([hidden])),
6+
table:has(thead tr:last-child:nth-child(even of :not([hidden]))):has(tbody tr:last-child:nth-child(odd of :not([hidden]))) tfoot tr:nth-child(even of :not([hidden])),
7+
table:has(thead tr:last-child:nth-child(even of :not([hidden]))):has(tbody tr:last-child:nth-child(even of :not([hidden]))) tfoot tr:nth-child(odd of :not([hidden])),
8+
table:has(thead tr:last-child:nth-child(odd of :not([hidden]))):has(tbody tr:last-child:nth-child(odd of :not([hidden]))) tfoot tr:nth-child(odd of :not([hidden])),
9+
table:has(thead tr:last-child:nth-child(odd of :not([hidden]))):has(tbody tr:last-child:nth-child(even of :not([hidden]))) tfoot tr:nth-child(even of :not([hidden])) {
10+
background-color: #f0f0f0;
11+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@property --foobar {
2+
syntax: '<length>';
3+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/* https://github.com/microsoft/vscode-css/issues/42 */
2+
.example-max {
3+
width: 200lvmax;
4+
width: 200svmax;
5+
width: 200vmax;
6+
}
7+
8+
.example-min {
9+
width: 200lvmin;
10+
width: 200svmin;
11+
width: 200vmin;
12+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* https://github.com/microsoft/vscode-css/issues/28 */
2+
3+
@import url('a-really-long\
4+
-url');

0 commit comments

Comments
 (0)