Can I install Compass with an old version of SASS?
问题 When installing Compass (on Linux command line), can I specify which old version of SASS will be installed with it? 回答1: You can install a specific version of SASS using the following command: gem install sass -v 3.3.4 Replace 3.3.4 with the preferred version. You can find a list with all versions of SASS at RubyGems 来源: https://stackoverflow.com/questions/22687642/can-i-install-compass-with-an-old-version-of-sass