Skip to content

Instantly share code, notes, and snippets.

@javadoug
Forked from hellosze/csslint.sublime-build
Created February 9, 2012 22:26
Show Gist options
  • Save javadoug/1783847 to your computer and use it in GitHub Desktop.
Save javadoug/1783847 to your computer and use it in GitHub Desktop.
csslint - build config for Sublime Text 2
{
"cmd": ["csslint", "$file_name"],
"path": "/usr/local/bin",
"selector": "source.css",
"file_regex": "^(.*\\.css)$",
"line_regex": "line ([0-9]+)"
}
@javadoug
Copy link
Author

javadoug commented Feb 9, 2012

Added slightly improved config for csslint cmd. Now you can click on line number to goto line number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment