File tree 2 files changed +37
-7
lines changed
2 files changed +37
-7
lines changed Original file line number Diff line number Diff line change 1
1
@supports (display : flex) or (display : box) {
2
+ /* flex above */
2
3
.flex {
4
+ /* flex inside */
3
5
display : box;
4
6
display : flex;
5
7
}
Original file line number Diff line number Diff line change 6
6
"type" : " supports" ,
7
7
"supports" : " (display: flex) or (display: box)" ,
8
8
"rules" : [
9
+ {
10
+ "type" : " comment" ,
11
+ "comment" : " flex above " ,
12
+ "position" : {
13
+ "start" : {
14
+ "line" : 2 ,
15
+ "column" : 3
16
+ },
17
+ "end" : {
18
+ "line" : 2 ,
19
+ "column" : 19
20
+ }
21
+ }
22
+ },
9
23
{
10
24
"type" : " rule" ,
11
25
"selectors" : [
12
26
" .flex"
13
27
],
14
28
"declarations" : [
29
+ {
30
+ "type" : " comment" ,
31
+ "comment" : " flex inside " ,
32
+ "position" : {
33
+ "start" : {
34
+ "line" : 4 ,
35
+ "column" : 5
36
+ },
37
+ "end" : {
38
+ "line" : 4 ,
39
+ "column" : 22
40
+ }
41
+ }
42
+ },
15
43
{
16
44
"type" : " declaration" ,
17
45
"property" : " display" ,
18
46
"value" : " box" ,
19
47
"position" : {
20
48
"start" : {
21
- "line" : 3 ,
49
+ "line" : 5 ,
22
50
"column" : 5
23
51
},
24
52
"end" : {
25
- "line" : 3 ,
53
+ "line" : 5 ,
26
54
"column" : 17
27
55
}
28
56
}
33
61
"value" : " flex" ,
34
62
"position" : {
35
63
"start" : {
36
- "line" : 4 ,
64
+ "line" : 6 ,
37
65
"column" : 5
38
66
},
39
67
"end" : {
40
- "line" : 4 ,
68
+ "line" : 6 ,
41
69
"column" : 18
42
70
}
43
71
}
44
72
}
45
73
],
46
74
"position" : {
47
75
"start" : {
48
- "line" : 2 ,
76
+ "line" : 3 ,
49
77
"column" : 3
50
78
},
51
79
"end" : {
52
- "line" : 5 ,
80
+ "line" : 7 ,
53
81
"column" : 4
54
82
}
55
83
}
61
89
"column" : 1
62
90
},
63
91
"end" : {
64
- "line" : 6 ,
92
+ "line" : 8 ,
65
93
"column" : 2
66
94
}
67
95
}
You can’t perform that action at this time.
0 commit comments