From 6b0fad5657d802603cb6f64f51b5387bbfbc2059 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 26 Jul 2015 14:06:09 -0400 Subject: Add whitespace preformatting for code blocks (closes #5), move instructions to Gist --- _sass/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_sass') diff --git a/_sass/_typography.scss b/_sass/_typography.scss index fedcdb2..a97953e 100644 --- a/_sass/_typography.scss +++ b/_sass/_typography.scss @@ -30,6 +30,10 @@ pre, code, kbd { color: $gray; } +pre, code { + white-space: pre; +} + p { margin-top: 1rem; margin-bottom: 1rem; -- cgit v1.2.3