1

これは私のsusy構成です

$susy: (
    flow: ltr,
    math: fluid,
    output: float,
    gutter-position: right,
    container: 1000px,
    container-position: center,
    columns: 12,
    gutters: .15,
    column-width: false,
    global-box-sizing: content-box,
    last-flow: to,
    debug: (
            image: show,
            color: rgba(#66f, .25),
            output: overlay,
            toggle: top right,
    ),
    use-custom: (
            background-image: true,
            background-options: false,
            box-sizing: true,
            clearfix: false,
            rem: true,
    )
);

テストコード:

.test {
    @include gutter();
    margin-bottom: gutters();
}

コンパイル後、何も返されません...

または

.test {
      margin-left: span(2) + gutters(2);
}

次のエラーが表示されます:無効な null 操作: "15.75092% plus null"

どうしたの?

4

1 に答える 1