Consolidate redundant heading style declaration

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-11-10 21:19:33 -08:00
parent 1a0a2186b8
commit d8d709da1f
1 changed files with 1 additions and 9 deletions

View File

@ -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; }