hackers-painters / katana-parser

A CSS parsing library in pure C99
http://hackers-painters.github.io/katana-parser
MIT License
180 stars 40 forks source link

parser swallow '-' in value #9

Closed rivalnhwc closed 7 years ago

rivalnhwc commented 7 years ago

when i parse sth like {right : -2dp;}. it give me {right:2dp;}

rivalnhwc commented 7 years ago

PS. I change some code to make value like '2dp' pass the parser.