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'
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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"