Skip to content

Instantly share code, notes, and snippets.

@homam
Last active March 31, 2019 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save homam/6839191 to your computer and use it in GitHub Desktop.
Save homam/6839191 to your computer and use it in GitHub Desktop.
Sublime LiveScript, Stylus, Nib Build
{
"cmd": ["lsc", "-c", "$file"],
"selector" : "source.ls",
"path" : "/usr/local/bin"
}
{
"cmd": ["stylus", "--include", "/usr/local/lib/node_modules/nib/lib", "$file"],
"selector" : "source.stylus",
"path" : "/usr/local/bin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment