From ed42fc9b76bd89bae05790b37815bcacf4cde9f3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 22 Jun 2015 23:24:32 -0700 Subject: line-height-base to line-height var --- scss/_code.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_code.scss') diff --git a/scss/_code.scss b/scss/_code.scss index 69936c57e..e1c5413be 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -43,7 +43,7 @@ pre { margin-top: 0; margin-bottom: 1rem; font-size: 90%; - line-height: $line-height-base; + line-height: $line-height; color: $pre-color; // Account for some code outputs that place code tags in pre tags -- cgit v1.2.3