【发布时间】:2015-07-08 14:36:17
【问题描述】:
我正在使用 with-layout 为我的页面列结构临时设置默认值。我需要一个 24 列的网格来进行更精细的控制,但需要一个大于 1 列的排水沟。这可能吗?
@include with-layout(24) {
.col-1 {
@include span(17);
}
.col-2 {
@include span(7);
}
}
比如@include with-layout(24 2col-gutter) { ... }
【问题讨论】: