Skip to content

Instantly share code, notes, and snippets.

@fongfan999
Forked from pedrogpimenta/convert sass to scss
Last active May 18, 2017 03:24
Show Gist options
  • Save fongfan999/ebd26f9728272e2800eda7cdb6d0a847 to your computer and use it in GitHub Desktop.
Save fongfan999/ebd26f9728272e2800eda7cdb6d0a847 to your computer and use it in GitHub Desktop.
Convert SASS to SCSS and delete .sass files (applies to all files in current folder)
sass-convert -R ./ -F sass -T scss && rm *.sass
sass-convert -R ./ -F sass -T scss && find . -type f -name '*.sass' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment