下記参照:
ここをクリックして画像をご覧ください。質問は http://imgr.es/26LP
ポール・アイリッシュのグローバル・ボックス・サイジングを使用しているため、ガターにパディングを追加することはできません。
私のコードに従います:
$susy: (
columns: 12,
gutters: 18/81,
global-box-sizing: border-box,
debug: (
image: show,
),
);
.container-selector-sample {
@include container(1170px);
}
.column-selector-sample {
@include span(2);
@include breakpoint(mobile){
@include span(12);
}
}
.column-selector-sample {
@include span(3);
@include breakpoint(mobile){
@include span(12);
}
}
.column-selector-sample {
@include span(7);
@include breakpoint(mobile){
@include span(12);
}
.column-selector-sample,
.column-selector-sample {
@include last;
}