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 The --watch Command

Guil said to move the css file scss. was I supposed to delete the css file from the css folder?

cause at first I didn't and all my styles were still in place. But for guil they were not. So I deleted my css file. But now Guil is talking about sass updating the css file so I don't know if I was supposed to leave the css file in place.

1 Answer

Austin Whipple
Austin Whipple
29,725 Points

Should be fine deleting it. If there isn't an existing file Sass will create a new one when it detects an update when --watch is active. If there's an existing file, it'll simply update it.

Thanks Austin. sass, kinda reminds me of php. Not sure how I feel about that.

Austin Whipple
Austin Whipple
29,725 Points

Ha, fair. It's pretty awesome. Stick with it!