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 trialDmitri Jurovski
16,194 PointsSass 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
Chyno Deluxe
16,936 Pointsyou 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.
Dmitri Jurovski
16,194 PointsDmitri Jurovski
16,194 PointsThanks for answer.
Chyno Deluxe
16,936 PointsChyno Deluxe
16,936 Pointsno problem. there are many different ways to do it. a bit of research and you can have a local server up in no time.