From e6b967a8c356ee65445fbe4d72cb61de7fb2110a Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 23 Dec 2011 16:22:35 -0800 Subject: [PATCH] Make the -line-padding variable in the vertical rhythm module configurable. --- .../stylesheets/compass/typography/_vertical_rhythm.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss b/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss index 5b9736d5..9d7009cc 100644 --- a/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss +++ b/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss @@ -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`