reworkcss / css

CSS parser / stringifier for Node.js
MIT License
1.58k stars 259 forks source link

CSS Parser doesn't work well #121

Open caglartufan opened 5 years ago

caglartufan commented 5 years ago

Hello, I have this CSS file and I'm trying to parse it. It has 71 @media rules, but when I parse, I got only 25 of them and parser, parses only half of the document. Why is this happening?

fatfisz commented 5 years ago

Please provide some examples, otherwise maintainers of this package have nothing to work with.