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 trialJoshua Bronkhorst
11,500 PointsIndex.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
20,455 PointsCan 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.
Eddie Solar
20,455 PointsJoshua, need to see your code to compare.Sometimes it could be a misspelled word or a missing quotation.
Joshua Bronkhorst
11,500 PointsIt was an equal sign... Boy do i feel like a derp. thanks anyway.
Eddie Solar
20,455 PointsNo, problem. It's a common error.
Joshua Bronkhorst
11,500 PointsJoshua Bronkhorst
11,500 Pointsthe code is exactly the same as the corresponding video