As of this moment, these are the settings in Foundation:
// 3. The Grid
// -----------
$grid-row-width: $global-width;
$grid-column-count: 12;
$grid-column-gutter: (
small: 20px,
medium: 30px,
);
$grid-column-align-edge: true;
$grid-column-alias: 'columns';
$block-grid-max: 8;
Earlier in the file, you'll see that $global-width
is rem-calc(1200)
(basically 1200px
).
So I have this basically setup in the Sketch layout settings for a larger desktop design:
Total width: 1200px
Offset: 0px, then click the "Center" button
Number of Columns: 12
Gutter Width: 30px
Column Width: 72px