【发布时间】:2014-06-21 00:41:30
【问题描述】:
不断收到此错误。未定义的 mixin 'span-columns'
这是我的宝石清单:
*** LOCAL GEMS ***
chunky_png (1.3.1)
compass (0.12.6)
compass-susy-plugin (0.9)
fssm (0.2.10)
sass (3.2.19)
我的 config.rb 文件:
require 'susy'
# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "."
sass_dir = "."
images_dir = "images"
javascripts_dir = "js"
在我尝试升级到 Susy 2 之前,我曾经让所有东西都启动并运行。我永远无法安装最新版本的 Compass 并且没有错误。所以我选择为 susy 安装插件而不是 susy 本身。我完全搞砸了我的 ruby、rvm 等。刚刚重新安装了操作系统。我在这里想念什么?我是否必须安装 susy 2 或更新 compass-susy-plugin?如果是这样,我该如何更新 compass-susy-plugin 感谢您的帮助!!!
【问题讨论】:
-
可能的。但是,没有说明如何更新该 susy 插件。而且我已经卸载了所有它并重新安装了所有它,甚至是 susy 本身。我仍然收到这些错误。我会再试一次。
-
好的,经过大量调查,我要么降级到 Susy 1,要么只使用 susy 2。Susy 2 不需要指南针即可运行。我总是可以观看和编译。对于菜鸟来说还不错。 :)
标签: susy-compass