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 Installing and Using Sass

when scss file is modified the css file does not update when clicked inside the file.

also I am getting this /# sourceMappingURL=test.css.map/

1 Answer

Frank Friberg
Frank Friberg
7,704 Points

What tool are you using to process the SCSS? Any of these: Compass, CodeKit, Gulp, Grunt?

And the sourceMappingURL line is part of SCSS processing that links the computed CSS to the corresponding SCSS document and line. Read more about it here: http://thesassway.com/intermediate/using-source-maps-with-sass