Skip to content

Commit fb451e7

Browse files
committed
Update font-size and font-weight to inherit
1 parent c388606 commit fb451e7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ h3,
484484
h4,
485485
h5,
486486
h6 {
487-
font-size: 100%;
488-
font-weight: normal;
487+
font-size: inherit;
488+
font-weight: inherit;
489489
}
490490

491491
.container {

__tests__/fixtures/tailwind-output.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ h3,
484484
h4,
485485
h5,
486486
h6 {
487-
font-size: 100%;
488-
font-weight: normal;
487+
font-size: inherit;
488+
font-weight: inherit;
489489
}
490490

491491
.container {

src/plugins/css/preflight.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ h3,
130130
h4,
131131
h5,
132132
h6 {
133-
font-size: 100%;
134-
font-weight: normal;
133+
font-size: inherit;
134+
font-weight: inherit;
135135
}

0 commit comments

Comments
 (0)