私は 2 つの Susy 1 プロジェクトを持っています。一方はすべてのバージョンで AOK をコンパイルし、もう一方は Susy 2 をサポートする最新バージョンの CodeKit を使用するとエラーをスローします。両方のプロジェクトを Susy 1 プロジェクトとして扱っているsusy
のでsusyone
、 Susy 2 コードキット。
main.scss には
// when using CodeKit pre Susy 2 build:
@import "compass";
@import "susy";
// when using CodeKit Susy 2 build:
@import "compass";
@import "susyone";
Susy 2 サポート バージョンの CodeKit を使用すると、1 つのプロジェクトで発生するエラーは次のとおりです。
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) の一部だと思います。
私は研究と実験から答えを見つけることができませんでした。
コメントをお待ちしております。乾杯、-アラン