File tree Expand file tree Collapse file tree 2 files changed +9
-38
lines changed Expand file tree Collapse file tree 2 files changed +9
-38
lines changed Original file line number Diff line number Diff line change 1
- /* fineprint above */
1
+
2
2
@import url ("fineprint.css" ) print;
3
- /* bluish above */
4
3
@import url ("bluish.css" ) projection, tv;
5
4
@import 'custom.css' ;
6
5
@import "common.css" screen, projection;
Original file line number Diff line number Diff line change 2
2
"type" : " stylesheet" ,
3
3
"stylesheet" : {
4
4
"rules" : [
5
- {
6
- "type" : " comment" ,
7
- "comment" : " fineprint above " ,
8
- "position" : {
9
- "start" : {
10
- "line" : 1 ,
11
- "column" : 1
12
- },
13
- "end" : {
14
- "line" : 1 ,
15
- "column" : 22
16
- }
17
- }
18
- },
19
5
{
20
6
"type" : " import" ,
21
7
"import" : " url(\" fineprint.css\" ) print" ,
30
16
}
31
17
}
32
18
},
33
- {
34
- "type" : " comment" ,
35
- "comment" : " bluish above " ,
36
- "position" : {
37
- "start" : {
38
- "line" : 3 ,
39
- "column" : 1
40
- },
41
- "end" : {
42
- "line" : 3 ,
43
- "column" : 19
44
- }
45
- }
46
- },
47
19
{
48
20
"type" : " import" ,
49
21
"import" : " url(\" bluish.css\" ) projection, tv" ,
50
22
"position" : {
51
23
"start" : {
52
- "line" : 4 ,
24
+ "line" : 3 ,
53
25
"column" : 1
54
26
},
55
27
"end" : {
56
- "line" : 4 ,
28
+ "line" : 3 ,
57
29
"column" : 42
58
30
}
59
31
}
63
35
"import" : " 'custom.css'" ,
64
36
"position" : {
65
37
"start" : {
66
- "line" : 5 ,
38
+ "line" : 4 ,
67
39
"column" : 1
68
40
},
69
41
"end" : {
70
- "line" : 5 ,
42
+ "line" : 4 ,
71
43
"column" : 22
72
44
}
73
45
}
77
49
"import" : " \" common.css\" screen, projection" ,
78
50
"position" : {
79
51
"start" : {
80
- "line" : 6 ,
52
+ "line" : 5 ,
81
53
"column" : 1
82
54
},
83
55
"end" : {
84
- "line" : 6 ,
56
+ "line" : 5 ,
85
57
"column" : 41
86
58
}
87
59
}
91
63
"import" : " url('landscape.css') screen and (orientation:landscape)" ,
92
64
"position" : {
93
65
"start" : {
94
- "line" : 7 ,
66
+ "line" : 6 ,
95
67
"column" : 1
96
68
},
97
69
"end" : {
98
- "line" : 7 ,
70
+ "line" : 6 ,
99
71
"column" : 65
100
72
}
101
73
}
You can’t perform that action at this time.
0 commit comments