I would like to start using compass and sass to speed up development. At the moment, I have installed Sass on a mac and instructed it to watch scss file for input, and a css file for generated output.
From many articles, Sass is used with Compass, I'm wondering why that is the case and just what does Compass add that Sass comes without? If you can give an example, the better.
Thanks