Skip to content

Instantly share code, notes, and snippets.

@KOWLOR
Forked from pedrogpimenta/convert sass to scss
Created November 22, 2016 13:12
Show Gist options
  • Save KOWLOR/cd46a0c06e908a116aa4645c60dd0648 to your computer and use it in GitHub Desktop.
Save KOWLOR/cd46a0c06e908a116aa4645c60dd0648 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