Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 31756e0

Browse files
feat(frontend): add heading styles (#77)
According to this file structure... ``` |-- semantic/ | |-- src/ | |-- elements/ | |-- _headings.scss | |-- ... |-- utilities-class/ | |-- src/ | |-- components/ | |-- _typography.scss | |-- ... ``` I think that styles related to headings in the `_typography.scss` partial should be removed in order to avoid style duplication (#75).
2 parents 7e3defa + 4b425a0 commit 31756e0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
h1 {
2+
font-size: px-to-rem(24px);
3+
}
4+
5+
h2 {
6+
font-size: px-to-rem(22px);
7+
}
8+
9+
h3 {
10+
font-size: px-to-rem(18px);
11+
}
12+
13+
h4 {
14+
font-size: px-to-rem(16px);
15+
}
16+
17+
h5 {
18+
font-size: px-to-rem(12px);
19+
}
20+
21+
h6 {
22+
font-size: px-to-rem(10px);
23+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /