diff options
| author | Chris Rebert <[email protected]> | 2015-11-10 21:25:44 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-10 21:25:44 -0800 |
| commit | c831e83ec8f7e7e9662924bf99f77ab9c6939ad0 (patch) | |
| tree | 387c35de2875eb28572afd6791bfd773ed098adb | |
| parent | 1a0a2186b89452cb6cd7472799afbc276b4b64a1 (diff) | |
| parent | d8d709da1f23d280ef59da70db9107c934424194 (diff) | |
| download | bootstrap-c831e83ec8f7e7e9662924bf99f77ab9c6939ad0.tar.xz bootstrap-c831e83ec8f7e7e9662924bf99f77ab9c6939ad0.zip | |
Merge pull request #18215 from twbs/hN-simplify
Consolidate redundant heading style declaration
| -rw-r--r-- | scss/_type.scss | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index 1d55ccb2d..102b6a5a4 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; } |
