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