我不是 ruby 开发人员,我使用 Compass 已经有 6 个月的时间了。我发现了如下所示的这个问题。
我已阅读此问题并使用了评分最高的答案: 升级到 sass-3.1.8 后出现错误
SassSass 3.1.1 (Brainy Betty)
版本:(根据建议)指南针版本:(Compass 0.12.1 (Alnilam)
最新)
我运行这个命令:compass compile --force
在项目内部时。
error sass/screen.scss (Line 3 of _utilities.scss: Mixins may only be defined at the root of a document.)
这看起来像是自动包含的文件。我绝对找不到任何地方。我的主 screen.scss 文件如下所示:
@import "partials/base";
@import "blueprint/reset";
@import "compass/css3";
@import "sprite/*.png";
$sprite-layout:vertical;
$sprite-spacing: 15px;
@include all-sprite-sprites;
....//blah blah blah rest of rules ....
帮助!