From 3f96108688c0456eceea02ba724caf9aff740c0a Mon Sep 17 00:00:00 2001 From: JohnAlbin Date: Thu, 15 Mar 2012 01:09:53 +0800 Subject: [PATCH] Update docs for reset-baseline() in vertical_rhythm partial. --- .../stylesheets/compass/typography/_vertical_rhythm.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss b/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss index 6184c03b..9ce0d8ab 100644 --- a/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss +++ b/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss @@ -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)); }