Grid » How to Use the Grid Grid PlaceholdersLink
Since: 2.0.0 New IssueThe 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;
}
grid/_grid-placeholders.scss, line 415
View Source