Skip to content

Commit

Permalink
Update docs for reset-baseline() in vertical_rhythm partial.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin authored and chriseppstein committed Mar 18, 2012
1 parent 8066f98 commit 3f96108
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -67,7 +67,8 @@ $base-half-leader: $base-leader / 2;
} }
} }


// resets the baseline to 1 leading unit // Resets the line-height to 1 vertical rhythm unit. Does not work in all
// circumstances.
@mixin reset-baseline { @mixin reset-baseline {
@include adjust-leading-to(1, if($relative-font-sizing, $base-font-size, $base-font-size)); @include adjust-leading-to(1, if($relative-font-sizing, $base-font-size, $base-font-size));
} }
Expand Down

0 comments on commit 3f96108

Please sign in to comment.