-
-
Save leemour/42258a3a820909f03b8d6674976315a9 to your computer and use it in GitHub Desktop.
Convert files from .scss to .sass
This file contains hidden or 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 | |
# 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