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
@kelso
Copy link

kelso commented Jun 13, 2017

thanks! ❤️

@marciofmjr
Copy link

<3

@the-evgenii
Copy link

tnx

Copy link

ghost commented Aug 26, 2017

working. Thanks!

@cseelus
Copy link

cseelus commented Nov 16, 2017

Great ❤️

@m-lamarre
Copy link

Still works beautifully. Thank you. Been searching for this command line for a while. 😅 🤓

@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