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

Sass not updating css

Running across a problem scss isn’t linked to css file when I call to watch sass I don’t get any errors. My scss is in my asset folder and my css is in my src folder (with my images and my js folder) my html file on the outside of all these folders by itself. Course I have my node_module folder and package.json folder I checked to make sure sass was installed in json folder. I’m using vs code with terminal and npm I’m thinking it’s a path issue but trying to figure out if the path is correct when I —watch main.scss style.css I don’t get any errors it says it’s there to watch and crl C to stop watch not sure what’s going on..

1 Answer

Not at my computer however I believe that this maybe due to the watch command. Try the watch command and assets/scss src/css.

Hope this helps