Compass/Susy Error When Using at-breakpoint

我的梦境 提交于 2020-01-06 02:13:34

问题


Te error:

css/chpw.scss (Line 13: Mixin "at-breakpoint" does not accept a content block.)

The scss:

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

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

No matter what I try at-breakpoint keeps breaking. Using ruby-2.0.0-p0 and compass-susy-plugin (0.9) susy (1.0.8).


回答1:


I had this same problem on Windows 7. Eric Meyer's answer is correct. Typing gem uninstall compass-susy-plugin at the command line solved the problem.



来源:https://stackoverflow.com/questions/16349148/compass-susy-error-when-using-at-breakpoint

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!