1

この無効なコードを取得しました。ガンガン使ってます。いくつかのバージョンを組み合わせて試してみましたが、まだ失敗しました。

ご協力いただきありがとうございます

オグニ

「ターミナル」

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'
    }
  }
},
...
4

0 に答える 0