Make the -line-padding variable in the vertical rhythm module configurable.
This commit is contained in:
parent
986714a013
commit
e6b967a8c3
@ -22,7 +22,7 @@ $round-to-nearest-half-line: false !default;
|
|||||||
|
|
||||||
// Ensure there is at least this many pixels
|
// Ensure there is at least this many pixels
|
||||||
// of vertical padding above and below the text.
|
// 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.
|
// $base-font-size but in your output unit of choice.
|
||||||
// Defaults to 1em when `$relative-font-sizing`
|
// Defaults to 1em when `$relative-font-sizing`
|
||||||
|
Loading…
Reference in New Issue
Block a user