Tutorial by Examples

Mac

Ruby comes pre-installed on a Mac computer. Follow the instructions below to install Sass: Open CMD Run gem install sass If you get an error message, try sudo gem install sass Check it works using sass -v
Ruby will need to be installed first before setup. You can install Ruby through the apt package manager, rbenv, or rvm. Then Run sudo su -c "gem install sass"
The fastest way to get Ruby on your Windows computer is to use Ruby Installer. It's a single-click installer that will get everything set up for you super fast. After installing Ruby, follow the instructions below to install Sass: Open CMD Run gem install sass If you get an error message, try s...

Page 1 of 1