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

Seth Barthen
Seth Barthen
11,266 Points

_settings.scss in Foundations 5 help

I recently installed a project folder with the new Foundations 5 with compass. In the scss folder there is a _settings.scss file that contains all the variables for the layout.

It would be super convinent to just change the variables in this scss page. However, when I try to save it and compass is "watching" it will say that there has been a changed detected in the settings.scss file, but then shortly after says that it is identical to app.css (which it's not but ok...).

It seems like this identical problem isn't allowing any of the changes in my settings.scss file to stick. So what am i doing wrong here?