Skip to content

Instantly share code, notes, and snippets.

@esimov
Last active October 11, 2015 18:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esimov/3899112 to your computer and use it in GitHub Desktop.
Save esimov/3899112 to your computer and use it in GitHub Desktop.
Sublime build for SASS->CSS automatic conversion
{
"cmd": ["sass", "--update", "$file:${file_path}/${file_base_name}.css"],
"selector": "source.sass",
"line_regex": "Line ([0-9]+):",
"osx":
{
"path": "/usr/local/bin:$PATH"
},
"windows":
{
"shell": "true"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment