Skip to content

Instantly share code, notes, and snippets.

@sioniks
Created December 11, 2017 15: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 sioniks/fbe341011ed94625e037d50b55893c25 to your computer and use it in GitHub Desktop.
Save sioniks/fbe341011ed94625e037d50b55893c25 to your computer and use it in GitHub Desktop.
convert scss to lovely sass
Yes, sass-convert accepts a recursive argument.
If you run sass-convert --help, it will give you a list of available options. One of them is:
-R, --recursive Convert all the files in a directory. Requires --from and --to.
So, your command should look like this:
sass-convert -R my_sass_dir --from sass --to scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment