File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ module.exports = function(css, options){
181181 var pos = position ( ) ;
182182
183183 // prop
184- var prop = match ( / ^ ( \* ? [ - \/ \* \w ] + ( \[ [ 0 - 9 a - z _ - ] + \] ) ? ) \s * / ) ;
184+ var prop = match ( / ^ ( \* ? [ - # \/ \* \w ] + ( \[ [ 0 - 9 a - z _ - ] + \] ) ? ) \s * / ) ;
185185 if ( ! prop ) return ;
186186 prop = trim ( prop [ 0 ] ) ;
187187
Original file line number Diff line number Diff line change 11.wtf {
22 * overflow-x : hidden;
33 //max-height: 110px;
4+ # height : 18px;
45}
Original file line number Diff line number Diff line change 3939 },
4040 "source" : " wtf.css"
4141 }
42+ },
43+ {
44+ "type" : " declaration" ,
45+ "property" : " #height" ,
46+ "value" : " 18px" ,
47+ "position" : {
48+ "start" : {
49+ "line" : 4 ,
50+ "column" : 3
51+ },
52+ "end" : {
53+ "line" : 4 ,
54+ "column" : 16
55+ },
56+ "source" : " wtf.css"
57+ }
4258 }
4359 ],
4460 "position" : {
4763 "column" : 1
4864 },
4965 "end" : {
50- "line" : 4 ,
66+ "line" : 5 ,
5167 "column" : 2
5268 },
5369 "source" : " wtf.css"
You can’t perform that action at this time.
0 commit comments