我花了很多时间来获得奇异的工作,这让我所有的宝石都变成了噩梦 - 我可以诚实地说我每分钟都讨厌,我知道我还没有正确设置 - 我只是在等待要打破一些东西。
无论如何,我的问题是如何才能显示背景网格?
继承人我的sass fil
////////////////////////////////
/// 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
请帮忙,以便我可以开始开发我上周开始的网站!
感谢
答案 0 :(得分:0)