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

It sometimes updates scss file, but most of the time won't

Trying to figure out what makes it tick. Here is the screen shot.

http://postimg.org/image/4ump8r3st/

thanks,

Chris Shaw
Chris Shaw
26,676 Points

Hi Paul,

Which version of Sass are you using? You can find out by running the below command.

sass --version

Also your screenshot is confusing as your main.scss file shows the compiled output while your main.css file shows the Sass code which is backwards to how it should be.

I recommend pasting your code into sassmeister.com and doubling checking that what you have works.

2 Answers

Looks like you figured this out, but I wanted to share a resource that I think will help future students with this problem:

http://sassbreak.com/watch-your-sass/

Handled all my problems

Thanks for this, Cameron!

No Problem Sam!

You're absolutely right. It got switched in the process. Thanks for clarifying.