Merge pull request #18215 from twbs/hN-simplify

Consolidate redundant heading style declaration
This commit is contained in:
Chris Rebert 2015-11-10 21:25:44 -08:00
commit c831e83ec8
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; }