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

CodeKit 2 compatibility with SASS and Compass

I learned Sass and explored ZURB's Foundation here at Treehouse and I have recently enhanced my workflow with CodeKit. I am currently customizing this Foundation theme for Wordpress, but as soon as I edit any scss file I get this error:

```Compass failed to run because your Mac has an older version of Sass and/or Compass installed that conflicts with the newer versions in CodeKit. You must remove all versions of Sass below 3.3.rc6 and all versions of Compass below 1.0.alpha18. Do this at the command line by running 'sudo gem uninstall sass' and 'sudo gem uninstall compass'.

I am running CodeKit 2.0.3, Sass 3.3.4, Compass 0.12.5 (which the Compass website describes as more recent than 1.0alpha version).

I am just stuck... do you have any suggestion?

Thank you,
Niccolò

1 Answer