Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Sass software downloading

how to download Sass software for window 7 32 bit

2 Answers

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

Go to this page http://sass-lang.com/install

Easiest way to get Sass up and running on your Win7 is by installing 1 of the Applications list on the left.

Note: some of the Applications on the list are paid-only, some are not cross platform. IMO, Koala is a decent choice for Windows.

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,253 Points

I used Ruby to get going on Sass on my Windows 7 machine. :-)

I do it all from Ruby Compile on MSDOS command prompt

If I remember correctly the command to install Sass goes like gem install sass or if needed sudo gem install sass