csstree / validator

CSS validator based on CSSTree
MIT License
65 stars 14 forks source link

support exit code #12

Closed tonytonyjan closed 3 years ago

tonytonyjan commented 6 years ago

I am trying to do something like:

$ csstree-validator sample.css && ... || ...

Unfortunately, the exit code is always zero no matter whether it is valid.