From 5f30f2740b90b4f2e48f83949d25531752d02297 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 Oct 2015 17:05:25 -0700 Subject: [PATCH] Trivially simplify heading margin-bottom declarations [skip sauce] [skip validator] --- scss/_type.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scss/_type.scss b/scss/_type.scss index 6fc9b86ced..183209898b 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -12,9 +12,7 @@ h1, h2, h3, h4, h5, h6, h1, .h1, h2, .h2, -h3, .h3 { - margin-bottom: $headings-margin-bottom; -} +h3, .h3, h4, .h4, h5, .h5, h6, .h6 {