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 not being parsed as comment #25

Open peeyush31 opened 5 years ago

peeyush31 commented 5 years ago

comment for example /* height:10px;*/ is getting parsed as a css directive.