Skip to content

Commit

Permalink
add line-height function
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshevlin committed Apr 2, 2016
1 parent 06f4ddd commit c643e9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/_shevy_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@
@function bs($factor: 1, $map: $shevy) {
@return base-spacing($factor, $map);
}

// Line height
@function line-height($map: $shevy) {
$_shevy: map-merge($shevy-defaults, $map);
@return map-get($_shevy, 'base-line-height');
}

0 comments on commit c643e9d

Please sign in to comment.