Skip to content

Instantly share code, notes, and snippets.

@rnmp
Created July 30, 2011 15:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnmp/1115618 to your computer and use it in GitHub Desktop.
Save rnmp/1115618 to your computer and use it in GitHub Desktop.
Sublime Text build system for SASS.
{
"cmd": ["sass", "$file_name", "$file_base_name.css"],
"working_dir": "$file_path",
"selector": "source.sass"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment