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

General Discussion

How do I setup SASS on my computer?

How do I setup Sass on my computer? is there any video on treehouse that covers it? Also how do I put it in to my html doc.

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hi Arthur,

Team Treehouse does have a few Sass courses. I would start with Sass Basics.

Now, you don't put Sass into your HTML document, as browsers cannot understand Sass. Only CSS can be understood by the browser, so Sass must be compiled to CSS before being added to the site files. This will all be covered in the course.

:) :dizzy:

I just watched the video where Guil talks about compiling css to sass. However, since he has workspaces, and I'm using my own editor, I don't get what he did when he typed in "sass style.scss style.css". I have a windows 10 pc.

Thanks