Susy Error: Undefined mixin 'susy-grid-background'

@import "susy";
$total-columns:12; //12列网格系统
$column-width:5em;
$gutter-width:1em; //每列间隙
$grid-padding:$gutter-width; 

[class^="inner"]{
    @include container();
    @include susy-grid-background;
}

保存执行后,报错:Undefined mixin 'susy-grid-background'

阅读 3.6k
2 个回答

如果只是网格是问题,我使用:

@include container(show);
要么

@include container(show overlay);
你是否查阅了http://susy.readthedocs.org/e...上的文档?

楼上回答解决了我的问题,可以用@include container(show)

另外,@include susy-grid-background是在《Sass和Compass设计师指南》一书中被提到的。
其无法使用问题,在https://www.zhihu.com/questio... 找到了答案:@import "susyone"
官网解释:是使用susy旧语法需要引入"susyone"

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏