我在Omega 4 Drupal框架中使用Susy并且无法将阴沟宽度从默认值1em更改。
真正奇怪的是背景网格响应了沟槽宽度的变化,但页面上使用跨度列的元素保持了1em的沟槽宽度。编译器也不会抛出任何错误。
我的网格设置如下。我也把这个也贴到了Drupal Omega页面上。感谢
// Set consistent vertical and horizontal spacing units.
$vert-spacing-unit: 20px;
$horz-spacing-unit: 2em;
// Define Susy grid variables mobile first.
$total-columns: 4;
$column-width: 4em;
$gutter-width: $horz-spacing-unit;
$grid-padding: 5px;
$container-style: magic;
$container-width: 1900px;