-
-
Save tanduong/edc36e9f4c8787df182b57d02adaeb05 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sass-convert -R ./ -F sass -T scss && find . -type f -name '*.sass' -delete