错误:
css/chpw.scss(第 13 行:Mixin "at-breakpoint" 不接受内容块。)
scss:
@import "compass";
@import "compass/reset";
@import "susy";
@include at-breakpoint(30em 12) {
.page { @include container; }
}
无论我在断点处尝试什么,都会不断中断。使用 ruby-2.0.0-p0 和 compass-susy-plugin (0.9) susy (1.0.8)。