Issues with upgrading gems

喜欢而已 提交于 2020-01-06 14:35:14

问题


i've started a project with compass 0.12 and sass 1 and susy 1.0.9.Now i want to resume it and i done an upgrade for gems.So i have now newers versions for compass (1.0.1), sass (3.4.0, 3.2.12) ans susy (2.1.3). So i found a fix to use old syntax for susy 1,

@import "susyone";

but i still get errors for compass:

 (Line 280 of /var/lib/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/_support.scss: List index is 2 but list is only 1 item long for `nth')

This nth is used for an additional buttons styles.So i don't find other ways to fix this. Can i specify a compass version to use ?

Thanks


回答1:


This seems to be the same issue documented on github here and in Compass here. I'm not sure about any work-arounds at this point, besides turning off grid-image output for the time being.



来源:https://stackoverflow.com/questions/26653313/issues-with-upgrading-gems

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