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 Basics (retired) Getting Started with Sass Nesting Selectors

Index.html not updating when working with Sass.

The styles aren't updating in the browser. im using the sass watch and the css file updates after editing the scss, but nothing happens to the index.html. something else i have noticed is that sublime text 2 just calls the scss plain text on the bottom right, and has no color unlike in the videos.

Please Help!

3 Answers

Eddie Solar
Eddie Solar
20,455 Points

Can you post the code. Also, do you have the correct path to your css file on index.html? The no color and plain text are nothing to worry about, if you are watching your sass file, it will update your css file.

the code is exactly the same as the corresponding video

Eddie Solar
Eddie Solar
20,455 Points

Joshua, need to see your code to compare.Sometimes it could be a misspelled word or a missing quotation.

It was an equal sign... Boy do i feel like a derp. thanks anyway.

Eddie Solar
Eddie Solar
20,455 Points

No, problem. It's a common error.