Skip to content

Commit

Permalink
feat(grid): Added .row-baseline and .row-stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Apr 4, 2014
1 parent 804dfd7 commit e0e7a83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_grid.scss
Expand Up @@ -41,6 +41,9 @@
.row-stretch {
@include align-items(stretch);
}
.row-baseline {
@include align-items(baseline);
}

/* .col-* vertically aligns an individual .col */
.col-top {
Expand Down

0 comments on commit e0e7a83

Please sign in to comment.