-
-
Save javadoug/1783847 to your computer and use it in GitHub Desktop.
csslint - build config for Sublime Text 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["csslint", "$file_name"], | |
"path": "/usr/local/bin", | |
"selector": "source.css", | |
"file_regex": "^(.*\\.css)$", | |
"line_regex": "line ([0-9]+)" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added slightly improved config for csslint cmd. Now you can click on line number to goto line number.