Can I install Compass with an old version of SASS?

那年仲夏 提交于 2019-12-10 21:10:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!