File tree Expand file tree Collapse file tree 2 files changed +38
-8
lines changed Expand file tree Collapse file tree 2 files changed +38
-8
lines changed Original file line number Diff line number Diff line change
1
+ /* toc above */
1
2
@page toc, index: blank {
3
+ /* toc inside */
2
4
color : green;
3
5
}
4
6
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" : " toc above " ,
8
+ "position" : {
9
+ "start" : {
10
+ "line" : 1 ,
11
+ "column" : 1
12
+ },
13
+ "end" : {
14
+ "line" : 1 ,
15
+ "column" : 16
16
+ }
17
+ }
18
+ },
5
19
{
6
20
"type" : " page" ,
7
21
"selectors" : [
8
22
" toc" ,
9
23
" index:blank"
10
24
],
11
25
"declarations" : [
26
+ {
27
+ "type" : " comment" ,
28
+ "comment" : " toc inside " ,
29
+ "position" : {
30
+ "start" : {
31
+ "line" : 3 ,
32
+ "column" : 3
33
+ },
34
+ "end" : {
35
+ "line" : 3 ,
36
+ "column" : 19
37
+ }
38
+ }
39
+ },
12
40
{
13
41
"type" : " declaration" ,
14
42
"property" : " color" ,
15
43
"value" : " green" ,
16
44
"position" : {
17
45
"start" : {
18
- "line" : 2 ,
46
+ "line" : 4 ,
19
47
"column" : 3
20
48
},
21
49
"end" : {
22
- "line" : 2 ,
50
+ "line" : 4 ,
23
51
"column" : 15
24
52
}
25
53
}
26
54
}
27
55
],
28
56
"position" : {
29
57
"start" : {
30
- "line" : 1 ,
58
+ "line" : 2 ,
31
59
"column" : 1
32
60
},
33
61
"end" : {
34
- "line" : 3 ,
62
+ "line" : 5 ,
35
63
"column" : 2
36
64
}
37
65
}
46
74
"value" : " 16pt" ,
47
75
"position" : {
48
76
"start" : {
49
- "line" : 6 ,
77
+ "line" : 8 ,
50
78
"column" : 3
51
79
},
52
80
"end" : {
53
- "line" : 6 ,
81
+ "line" : 8 ,
54
82
"column" : 18
55
83
}
56
84
}
57
85
}
58
86
],
59
87
"position" : {
60
88
"start" : {
61
- "line" : 5 ,
89
+ "line" : 7 ,
62
90
"column" : 1
63
91
},
64
92
"end" : {
65
- "line" : 7 ,
93
+ "line" : 9 ,
66
94
"column" : 2
67
95
}
68
96
}
You can’t perform that action at this time.
0 commit comments