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

Returning back to a Sass project

So I'm new to Sass. I was working with Sass on a webpage fine. I saved my work, shut down my computer and returned to it later on. My Sass is not working now. I've put the sass --watch style.scss:style.css command in my terminal and it still doesn't seem to be working.

Colin Marshall
Colin Marshall
32,861 Points

What exactly do you mean by it's not working? Do you mean it's not compiling? Are you getting an error in the terminal after you run sass --watch?

1 Answer

Kevin Korte
Kevin Korte
28,149 Points

Make sure that when you go back to the project, you navigate to the correct folder again in your terminal before running sass commands. Each time you close the command prompt you'll have to do that again.