Skip to content

Instantly share code, notes, and snippets.

@atadams
Created July 10, 2012 13:33
Show Gist options
  • Save atadams/3083269 to your computer and use it in GitHub Desktop.
Save atadams/3083269 to your computer and use it in GitHub Desktop.
Terminal: Convert Directory of SCSS to SASS
sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment