我收到了这个无效的代码。我用它咕噜咕噜。我尝试组合一些版本,仍然失败。
感谢您的帮助
Ogni
error sass/style.scss (Line 13 of sass/susy/language/susyone/_grid.scss:
Invalid CSS after "...x-sizing: true ": expected "}", was "!global;")
@import "susyone";
...
gem "sass", "~>3.2.19"
gem "compass", "~>0.12.6"
gem "susy", "~>1.0.9"
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"
...
// Compass
compass: {
dist: {
options: {
config: 'config.rb'
}
}
},
...