How do determine gutter-width in the sass version of zurbs foundation
问题 Should be relatively simple, by I can't quiet figure it out. I have this: .parent @include grid-row() .main @include grid-column(8) .sidebar @include grid-column(4) The elements 'main' and 'sidebar' end up sitting right next to each other with no gutter. I can see in the grid docs that there is a variable called $column-gutter, and that it has a default setting. But I can't see it's effect. In the file _grid.scss I can see $column-gutter. It has a default value, and I have touched it. But it