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 trialGeorge Akinian
17,615 PointsIt 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,
2 Answers
cameroneckelberry2
8,701 PointsLooks 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
Sam Morris
5,422 PointsThanks for this, Cameron!
cameroneckelberry2
8,701 PointsNo Problem Sam!
George Akinian
17,615 PointsYou're absolutely right. It got switched in the process. Thanks for clarifying.
Chris Shaw
26,676 PointsChris Shaw
26,676 PointsHi Paul,
Which version of Sass are you using? You can find out by running the below command.
Also your screenshot is confusing as your
main.scss
file shows the compiled output while yourmain.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.