Skip to content

Instantly share code, notes, and snippets.

View andersonaguiar's full-sized avatar
🎯

Anderson Aguiar andersonaguiar

🎯
View GitHub Profile
@andersonaguiar
andersonaguiar / how-to-install-sass-on-windows
Created April 16, 2012 18:03
How to install SASS on Windows 7
How to install SASS on Windows 7
1 - Download the ruby http://rubyinstaller.org/downloads/
2 - Click install and select the option to create environment variables
(
If you forgot to schedule go to:
My Computer> Properties> Advanced Options> Environment Variables
Look for path and put in the path of the ruby bin installed, eg: C:\Ruby193\bin;
)
3 - Open cmd and download the gem of the SASS, typing: gem install sass