Created
January 26, 2012 15:15
-
-
Save mikesusz/1683208 to your computer and use it in GitHub Desktop.
Sass.sublime-build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"cmd": ["sass", "--update", "$file_name", "-C", "--load-path=scss"], | |
"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