Skip to content

Instantly share code, notes, and snippets.

@ccabanero
Created February 5, 2014 18:40
Show Gist options
  • Save ccabanero/8830302 to your computer and use it in GitHub Desktop.
Save ccabanero/8830302 to your computer and use it in GitHub Desktop.
Installing SASS - Ubuntu 12
--installing ruby
sudo apt-get install ruby-full build-essential
--installing rubygems
sudo apt-get install rubygems
--install sass
sudo gem install sass
--check
sass -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment