Update docs for reset-baseline() in vertical_rhythm partial.

This commit is contained in:
JohnAlbin 2012-03-15 01:09:53 +08:00 committed by Chris Eppstein
parent 8066f984d2
commit 3f96108688

View File

@ -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 {
@include adjust-leading-to(1, if($relative-font-sizing, $base-font-size, $base-font-size));
}