【发布时间】:2014-01-10 14:21:21
【问题描述】:
在 Susy 2 的 beta 2 中,是否可以像这样在主网格设置中设置装订线宽度:?
$susy: (
flow: ltr,
math: static,
output: float,
gutter-position: after,
container: auto,
container-position: center,
columns: 12,
gutters: .25,
!!!!gutter-override: 20px,!!!!
column-width: 77.5px,
global-box-sizing: border-box,
last-flow: to,
debug: (
image: hide,
color: rgba(#66f, .25),
output: background,
toggle: top right,
),
);
因为它似乎不喜欢它。我需要为这个网格的列和装订线设置明确的宽度,容器应该由这些确定。
【问题讨论】:
标签: sass susy-compass