Update docs for reset-baseline() in vertical_rhythm partial.
This commit is contained in:
parent
8066f984d2
commit
3f96108688
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user