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`.**

18 lines (16 loc) 595 B
{{#markdown}} ```scss .your-class-name { @include block-grid( // This controls how many elements will be on each row of the block grid. Set this to whatever number you need, up to the max allowed in the variable. // Available options: 1-12 by default, and false. $per-row: 3, // This controls how much space is between each item in the block grid. // Use a variable or any pixel or em values. $spacing: $block-grid-default-spacing, // This controls whether or not base styles come through, set to false to leave out. $base-style: true ); } ``` {{/markdown}}