Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d8d709da
Commit
d8d709da
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Consolidate redundant heading style declaration
[skip sauce] [skip validator]
parent
1a0a2186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_type.scss
+1
-9
scss/_type.scss
with
1 addition
and
9 deletions
+1
-9
scss/_type.scss
+
1
-
9
View file @
d8d709da
...
@@ -4,21 +4,13 @@
...
@@ -4,21 +4,13 @@
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
.h1
,
.h2
,
.h3
,
.h4
,
.h5
,
.h6
{
.h1
,
.h2
,
.h3
,
.h4
,
.h5
,
.h6
{
margin-bottom
:
$headings-margin-bottom
;
font-family
:
$headings-font-family
;
font-family
:
$headings-font-family
;
font-weight
:
$headings-font-weight
;
font-weight
:
$headings-font-weight
;
line-height
:
$headings-line-height
;
line-height
:
$headings-line-height
;
color
:
$headings-color
;
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
;
}
h1
{
font-size
:
$font-size-h1
;
}
h2
{
font-size
:
$font-size-h2
;
}
h2
{
font-size
:
$font-size-h2
;
}
h3
{
font-size
:
$font-size-h3
;
}
h3
{
font-size
:
$font-size-h3
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets