views:

15

answers:

1

I've been using compass from http://compass-style.org/ to manage my sites css for a long time. I just installed the newest version and I get a rather unpleasant error, that has as a side effect corrupted all my css files. How do I downgrade to an older version of this?

Thanks, Matt

+1  A: 

sudo gem install compass version=versionnumber ?

corroded
gem install compass --version VERSION
Jeremy Weiskotten