Skip to content

Instantly share code, notes, and snippets.

@leemour
Forked from bds/gist:2207826
Last active June 27, 2018 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemour/42258a3a820909f03b8d6674976315a9 to your computer and use it in GitHub Desktop.
Save leemour/42258a3a820909f03b8d6674976315a9 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
# 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