Skip to content

Instantly share code, notes, and snippets.

@jedlovescpe2
Forked from pedrogpimenta/convert sass to scss
Created August 10, 2016 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedlovescpe2/9bb298a63722f65ecbcb7d6662ea0c99 to your computer and use it in GitHub Desktop.
Save jedlovescpe2/9bb298a63722f65ecbcb7d6662ea0c99 to your computer and use it in GitHub Desktop.
Convert SASS to SCSS and delete .sass files (applies to all files in current folder)
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