Created
March 26, 2012 17:58
-
-
Save bds/2207826 to your computer and use it in GitHub Desktop.
Convert files from .scss to .sass
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sass-convert -F scss -T sass application_styles.css.scss application_styles.css.sass |
tnx
working. Thanks!
Great ❤️
Still works beautifully. Thank you. Been searching for this command line for a while. 😅 🤓
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
<3