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 CSS to Sass Installing Sass and Setting up the Project Installing and Updating Sass

Sass only local?

Dear friends. Possible use Sass only local server? Or we can use something special tool, to help us work with Sass in live server?

1 Answer

you would have to install a tool to compile your sass but yes, it is possible to use sass locally. I am currently using node.js and gulp to compile my sass files into css.

I hope this helps.

Thanks for answer.

no problem. there are many different ways to do it. a bit of research and you can have a local server up in no time.