Responsive Foundation 6.0.0

Sidebar

Grid » How to Use the Grid Grid PlaceholdersLink

Since: 2.0.0 New Issue

The preferred way of using the grid in Sass. Use only where necessary to override grid classes. Arguments are the same as you use to write grid classes, in the same order.

Examples

Override the margin class on a modified callout.

		.callout {
			@extend %col-sm-margin-quarter;
		}
Source: grid/_grid-placeholders.scss, line 415 View Source