File tree 3 files changed +36
-3
lines changed
3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ module.exports = function(css, options){
202
202
var pos = position ( ) ;
203
203
204
204
// prop
205
- var prop = match ( / ^ ( \* ? [ - # \/ \* \w ] + ( \[ [ 0 - 9 a - z _ - ] + \] ) ? ) \s * / ) ;
205
+ var prop = match ( / ^ ( \* ? [ - # \/ \* \\ \ w] + ( \[ [ 0 - 9 a - z _ - ] + \] ) ? ) \s * / ) ;
206
206
if ( ! prop ) return ;
207
207
prop = trim ( prop [ 0 ] ) ;
208
208
Original file line number Diff line number Diff line change 1
1
a {
2
2
color /**/ : 12px ;
3
3
padding /*4815162342*/ : 1px /**/ 2px /*13*/ 3px ;
4
- }
4
+ border /*\**/ : solid; border-top /*\**/ : none\9;
5
+ }
Original file line number Diff line number Diff line change 39
39
},
40
40
"source" : " comment.in.css"
41
41
}
42
+ },
43
+ {
44
+ "type" : " declaration" ,
45
+ "property" : " border" ,
46
+ "value" : " solid" ,
47
+ "position" : {
48
+ "start" : {
49
+ "line" : 4 ,
50
+ "column" : 5
51
+ },
52
+ "end" : {
53
+ "line" : 4 ,
54
+ "column" : 24
55
+ },
56
+ "source" : " comment.in.css"
57
+ }
58
+ },
59
+ {
60
+ "type" : " declaration" ,
61
+ "property" : " border-top" ,
62
+ "value" : " none\\ 9" ,
63
+ "position" : {
64
+ "start" : {
65
+ "line" : 4 ,
66
+ "column" : 26
67
+ },
68
+ "end" : {
69
+ "line" : 4 ,
70
+ "column" : 50
71
+ },
72
+ "source" : " comment.in.css"
73
+ }
42
74
}
43
75
],
44
76
"position" : {
47
79
"column" : 1
48
80
},
49
81
"end" : {
50
- "line" : 4 ,
82
+ "line" : 5 ,
51
83
"column" : 2
52
84
},
53
85
"source" : " comment.in.css"
You can’t perform that action at this time.
0 commit comments