jotform / css.js

A lightweight, battle tested, fast, CSS parser in JavaScript
https://medium.com/jotform-form-builder/writing-a-css-parser-in-javascript-3ecaa1719a43
MIT License
426 stars 63 forks source link

Comments are marked as "defective" by default #7

Open tpgmartin opened 9 years ago

tpgmartin commented 9 years ago

Would be good to change the way comments are handled instead of going down the current route: https://github.com/jotform/css.js/blob/master/css.js#L179-188

Not sure what overall strategy would be