无效的CSS Susy 1.0.9

时间:2014-04-25 16:57:47

标签: terminal susy-compass susy-sass

我收到了这个无效的代码。我用它咕噜咕噜。我尝试组合一些版本,仍然失败。

感谢您的帮助

Ogni

终端

error sass/style.scss (Line 13 of sass/susy/language/susyone/_grid.scss: 
Invalid CSS after "...x-sizing: true ": expected "}", was "!global;")

我的设置

.scss

@import "susyone";

...

的Gemfile

gem "sass", "~>3.2.19"
gem "compass", "~>0.12.6"
gem "susy", "~>1.0.9"

config.rb

require "susy"
 # Require any additional compass plugins here.

 # Set this to the root of your project when deployed:
http_path = "/"
css_dir = "."
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "js"

Gruntfile.js

...
// Compass
compass: {
  dist: {
    options: {
      config: 'config.rb'
    }
  }
},
...

0 个答案:

没有答案