Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save spac3unit/850f6821f2081a66c8d62a5692fb23d0 to your computer and use it in GitHub Desktop.

Select an option

Save spac3unit/850f6821f2081a66c8d62a5692fb23d0 to your computer and use it in GitHub Desktop.
Convert .sass syntax to .scss in terminal
# http://blog.teamtreehouse.com/the-absolute-beginners-guide-to-sass
# Enter the folder you want to convert in your terminal and type in:
sass-convert --from sass --to scss -R .
# where -R means recursively and . means the current directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment