Is there an existing package for editing Sass in Sublime Text 2?
This seems to be popular: https://github.com/n00ge/sublime-text-haml-sass
However, after installation, it appears that it only provides syntax highlighting for scss
files.
Ideally, I'd like syntax highlighting, indentation and completions for the sass
syntax.
I'd recommend you go with this one: https://github.com/nathos/sass-textmate-bundle, if only for the amazing code completion - compatible with SASS/SCSS.
Whenever in doubt about packages, and assuming you use the amazing Sublime Package Control, just use the packages list, type something (the result will be sorted by the number of installs), and usually the most popular one is the best one.