北斗/与Susy错误当断点使用(Compass/Susy Error When Using at-b

2019-10-18 02:32发布

我的错误:

CSS / chpw.scss(线路13:密新“在断点”不接受内容块)。

该SCSS:

@import "compass";
@import "compass/reset";
@import "susy";

@include at-breakpoint(30em 12) {
  .page { @include container; }
}

不管我怎么努力,在断点继续违反。 使用Ruby-2.0.0-P0和指南针超对称-插件(0.9)超对称(1.0.8)。

Answer 1:

我有同样的问题在Windows 7 Eric Meyer的答案是正确的。 打字gem uninstall compass-susy-plugin在命令行中解决了这个问题。



文章来源: Compass/Susy Error When Using at-breakpoint