Matt Larson
Matt Larson
I think this issue makes it break when you try to lint a minified css file which was a pain-point for getting csslint working in my workflow. I eventually ended...
this is how I did that in a bash script. I'm only decent at shell scripts but this works like a charm! ```bash CSSFILES=$(find . -type f -name "*.css" -not...
I'm 80% sure this is related to https://github.com/CSSLint/csslint/issues/526
I'm getting this error too. I think the server I'm running it on is an Ubuntu machine but I don't have much info about that. It's using the "node:latest" docker...
oh, this appears to be a duplicate of https://github.com/yargalot/AccessSniff/issues/32. In there, yargalot said he'll be looking at it, so he knows about it at least :)