Last Updated: February 25, 2016
·
17.23K
· albyrock87

Install SASS in Ubuntu

You can install SASS in Ubuntu with two simple commands:

sudo apt-get install ruby-full build-essential rubygems
sudo gem install sass

Done :)