奇点背景网格没有显示

时间:2014-03-22 17:00:30

标签: sass bundler compass-sass singularitygs

我花了很多时间来获得奇异的工作,这让我所有的宝石都变成了噩梦 - 我可以诚实地说我每分钟都讨厌,我知道我还没有正确设置 - 我只是在等待要打破一些东西。

无论如何,我的问题是如何才能显示背景网格?

继承人我的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 

请帮忙,以便我可以开始开发我上周开始的网站!

感谢

1 个答案:

答案 0 :(得分:0)

很久以前我写了一个解释。你应该能够在singularitygs标签中找到它。我已经切换回susy 2,因为它运行良好,文档非常好。 Singularitygs非常好,但文档不符合标准。如果你深入了解singularitygs gem的子目录(无论哪个版本),你会发现很多有用的例子。 BTW,susy 2和singularitygs 1.2.0似乎相当相似,这要归功于去年的一些合作,我相信。