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 trialRonny Ewanek
4,385 PointsInstallation 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
13,810 PointsCheck out Scout. It is open source, and will get you up and running with SASS in a few minutes.
Ronny Ewanek
4,385 PointsThanks! Was just a bit confused because the video was MacOS based.
Sean Perryman
13,810 PointsThey 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
28,149 PointsI 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.