我花了很长时间才让奇点工作,而且把我所有的宝石都设置好是一场噩梦——老实说,我讨厌每一分钟,我知道我仍然没有正确设置——我只是在等待一些事情休息。
无论如何,我的问题是我到底如何让背景网格显示?
这是我的 sass 文件
////////////////////////////////
/// SET UP SINGULARTITY GRID ///
///////////////////////////////
@include add-grid(12)
@include add-gutter(1/3)
@include add-gutter-style("split")
@include sgs-change("debug",true)
$bg-color: #fff
.container
//@include background-grid
margin: 0 auto
min-height: 100%
div
height: 100%
body
height: 100%
margin: 0
padding: 0
background: $bg-color
当我取消注释背景网格时,它会中断,我在输出中得到它
>>> Compass is watching for changes. Press Ctrl-C to Stop.
info sass/app.sass was modified
error sass/app.sass (Line 172 of _background-grid.scss: Function column-count finished without @return)
identical css/app.css
info sass/app.sass was modified
overwrite css/app.css
info sass/app.sass was modified
error sass/app.sass (Line 26 of _images.scss: wrong number of arguments (25 for 1..2) for `_linear-gradient')
overwrite css/app.css
请帮忙,这样我就可以开始开发我上周开始的网站了!
谢谢