Make the -line-padding variable in the vertical rhythm module configurable.

This commit is contained in:
Chris Eppstein 2011-12-23 16:22:35 -08:00
parent 986714a013
commit e6b967a8c3

View File

@ -22,7 +22,7 @@ $round-to-nearest-half-line: false !default;
// Ensure there is at least this many pixels
// of vertical padding above and below the text.
$min-line-padding: 2px;
$min-line-padding: 2px !default;
// $base-font-size but in your output unit of choice.
// Defaults to 1em when `$relative-font-sizing`