Skip to content

Instantly share code, notes, and snippets.

@andersonaguiar
Created April 16, 2012 18:03
Show Gist options
  • Save andersonaguiar/2400385 to your computer and use it in GitHub Desktop.
Save andersonaguiar/2400385 to your computer and use it in GitHub Desktop.
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
==
For those who never saw: http://speakerdeck.com/u/beausmith/p/less-tips-tricks-best-practices
Official site: http://sass-lang.com
Reference Guide: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
If you use netbeans there is an interesting plugin:
http://code.google.com/p/scss-editor/downloads/list
If you give incorrect installation of the SASS (gem install sass) is because you need proxy,
type this in cmd: set = HTTP_proxy http://10.1.143.126:3128 and try again
@steelx
Copy link

steelx commented Jul 25, 2013

Additional for user like completly new to SASS, found this useful step by step link. http://www.impressivewebs.com/sass-on-windows/

@prasmick
Copy link

@bytutorial
Copy link

Another quick tutorial on how to install Ruby extension in windows in order to run Sass and also writing your first Sass file.
https://bytutorial.com/tutorials/sass/introduction-to-sass

@d3vit
Copy link

d3vit commented Aug 3, 2016

Skip all of this -- install Koala (http://koala-app.com/).

It's free and does it without having to install rvm and gems which can be tedious.

@panchocadena
Copy link

if you run win 7 problems with sass (install Ruby 2.0) then do this: http://stackoverflow.com/questions/28589251/error-installing-gem-install-sass-windows-7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment