Skip to content

Instantly share code, notes, and snippets.

@fijiaaron
Last active December 14, 2015 00:19
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 fijiaaron/4997909 to your computer and use it in GitHub Desktop.
Save fijiaaron/4997909 to your computer and use it in GitHub Desktop.
Formatted CSS output in ../css folder from Sublime SASS Build
{
"cmd": ["sass", "--update", "$file:${file_path}/../css/${file_base_name}.css", "--style", "expanded", "--stop-on-error", "--no-cache"],
"selector": "source.sass, source.scss",
"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