Convert .scss files to .sass files.
sass-convert -R my_scss_dir --from scss --to sass; find . -name "*.scss" -type f -delete;