I\'m working with Sass, Compass and Susy on OSX / Terminal. But I can\'t get Susy to work together with Sass and Compass. What I\'ve done:
sudo gem install s
gem install compass --pre
when you install compass lastest version will have error like:
ERROR: While executing gem ... (Gem::UnsatisfiableDependencyError)
Unable to resolve dependency: 'compass (= 1.0.0.alpha.19)' requires 'compass-core (~> 1.0.0.alpha.19)'
You should install compass-core first
gem install compass-core