UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

11 lines (10 loc) 385 B
{{#markdown}} ```scss // We use this to control the maximum blocks and spacing $block-grid-elements: 12; $block-grid-default-spacing: rem-calc(20); $align-block-grid-to-grid: false; //removes column gutter so edges of block grid align with grid // Enables media queries for block-grid classes. Set to false if writing semantic HTML. $block-grid-media-queries: true; ``` {{/markdown}}