Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@konpa
Last active August 29, 2015 14:24
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 konpa/d9f914e5b5c1cc41222b to your computer and use it in GitHub Desktop.
Save konpa/d9f914e5b5c1cc41222b to your computer and use it in GitHub Desktop.
Basic scss to sass project conversion
sass-convert -F sass -T scss -i -R ./ && find . -iname "*.sass" -exec bash -c 'mv "$0" "${0%\.sass}.scss"' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment