-
-
Save fongfan999/ebd26f9728272e2800eda7cdb6d0a847 to your computer and use it in GitHub Desktop.
Convert SASS to SCSS and delete .sass files (applies to all files in current folder)
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 -R ./ -F sass -T scss && rm *.sass | |
sass-convert -R ./ -F sass -T scss && find . -type f -name '*.sass' -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment