我有两个 Susy 1 项目,一个使用所有版本编译 AOK,如果我使用支持 Susy 2 的最新版本的 CodeKit,另一个会抛出错误,我正在处理两个项目的 Susy 1 项目,所以我susy
在susyone
使用苏西 2 代码套件。
在 main.scss 我有
// when using CodeKit pre Susy 2 build:
@import "compass";
@import "susy";
// when using CodeKit Susy 2 build:
@import "compass";
@import "susyone";
当我使用 CodeKit 的 Susy 2 支持版本时,一个项目的错误是:
Compass was unable to compile one or more files in the project:
error main.scss (Line 131 of _grid.scss: Function gutter takes 1 argument but 2 were passed.)
overwrite main.css
FWIW 我没有 _grid.scss 所以我认为这是 Susy(或 Compass)的一部分。
我无法从研究和实验中找到答案。
提前感谢任何评论。干杯,-艾伦