Can't get sass + compass + susy installed due to version conflict

后端 未结 3 1578
别跟我提以往
别跟我提以往 2020-11-27 21:06

I\'m working with Sass, Compass and Susy on OSX / Terminal. But I can\'t get Susy to work together with Sass and Compass. What I\'ve done:

sudo gem install s         


        
3条回答
  •  攒了一身酷
    2020-11-27 21:27

    The best way without a doubt is to install Susy via the Compass Susy Plugin. This will avoid conflicts with other Compass projects that require the current version.

    Commands:

    gem install compass
    gem install compass-susy-plugin
    

提交回复
热议问题