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 Basics (retired) Getting Started with Sass Installing and Using Sass

Ronny Ewanek
Ronny Ewanek
4,385 Points

Installation on Windows?

I found this lesson to be unclear on which Sass platform I should download, how to install, and overall very confusing. Help?

4 Answers

Sean Perryman
Sean Perryman
13,810 Points

Check out Scout. It is open source, and will get you up and running with SASS in a few minutes.

Ronny Ewanek
Ronny Ewanek
4,385 Points

Thanks! Was just a bit confused because the video was MacOS based.

Sean Perryman
Sean Perryman
13,810 Points

They usually have a second video detailing Windows install, with all the same content except for a different platform. You will likely run into that in the future; should make it easier.

Kevin Korte
Kevin Korte
28,148 Points

I use to use Scout, and now I use Prepos (the free version) and I highly recommend it. It's very easy to set up, I found it more reliable than Scout (I was having issues with Scout watching files) and it has a few more features, plus it will also work with more than just Sass files, such as minify JS, and more.

The one thing it still can't do is Autoprefixer and Sass maps together. It's one or the other with Prepos. I have to use Grunt to get both of those to work, but Grunt can be a bit of a pain to set up, especially on smaller projects.