From d8d709da1f23d280ef59da70db9107c934424194 Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@chrisrebert.com>
Date: Tue, 10 Nov 2015 21:19:33 -0800
Subject: [PATCH] Consolidate redundant heading style declaration

[skip sauce]
[skip validator]
---
 scss/_type.scss | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/scss/_type.scss b/scss/_type.scss
index 1d55ccb2d7..102b6a5a40 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -4,21 +4,13 @@
 
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
+  margin-bottom: $headings-margin-bottom;
   font-family: $headings-font-family;
   font-weight: $headings-font-weight;
   line-height: $headings-line-height;
   color: $headings-color;
 }
 
-h1, .h1,
-h2, .h2,
-h3, .h3,
-h4, .h4,
-h5, .h5,
-h6, .h6 {
-  margin-bottom: $headings-margin-bottom;
-}
-
 h1 { font-size: $font-size-h1; }
 h2 { font-size: $font-size-h2; }
 h3 { font-size: $font-size-h3; }