Skip to content

Instantly share code, notes, and snippets.

@mihdan
Created February 3, 2021 20:05
Show Gist options
  • Save mihdan/1901a48e1180869512d1cfdba94101f0 to your computer and use it in GitHub Desktop.
Save mihdan/1901a48e1180869512d1cfdba94101f0 to your computer and use it in GitHub Desktop.
Convert SASS to SCSS
sudo apt install ruby-sass
sass-convert -R assets/src/sass/ --from sass --to scss && find assets/src/sass/ -type f -name '*.sass' -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment