Skip to content

Instantly share code, notes, and snippets.

@bds
Created March 26, 2012 17:58
Show Gist options
  • Save bds/2207826 to your computer and use it in GitHub Desktop.
Save bds/2207826 to your computer and use it in GitHub Desktop.
Convert files from .scss to .sass
sass-convert -F scss -T sass application_styles.css.scss application_styles.css.sass
@amarema
Copy link

amarema commented Mar 30, 2018

If you want convert folder recursively
sass-convert -R scss_folder -F scss -T sass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment