Configuring Compass on Windows
I'm on Windows, and I have SASS running successfully in my project. Now, I want to include compass so I can take advantage of the pre-written mixins, etc. First I simply tried this statement from within my working sass file: @import "compass/css3/transform"; Naturally, this didn't work since I didn't have compass installed, so I navigated to my Ruby directory and successfully installed the compass gem within c:/ruby193/bin . I can now successfully create compass projects within c:/ruby193/bin , but that doesn't do me much good. I need run compass commands within my site, which lives here: c: