Skip to content

Commit

Permalink
Merge pull request #138 from gemmaleigh/remove-duplicate-grid-row-pla…
Browse files Browse the repository at this point in the history
…ceholder

Remove duplicate grid row placeholder
  • Loading branch information
edds committed Oct 13, 2014
2 parents 53d307c + 636c1e2 commit 54146ca
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions stylesheets/_grid_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,13 @@ $site-width: 960px;
}
}

//
// Usage:
//
// .grid-row {
// @extend %grid-row;
// }

%grid-row {
@extend %contain-floats;
margin: 0 (-$gutter-half);
}

// An extendable selector to define a row for grid columns to sit in
//
// Usage:
//
// .grid-row {
// @extend %grid-row;
// }
// .grid-row {
// @extend %grid-row;
// }

%grid-row {
@extend %contain-floats;
Expand Down

0 comments on commit 54146ca

Please sign in to comment.