Skip to content

Commit 6d1533e

Browse files
committed
Revert #745, always default to bolder for strong tags
1 parent aee1e44 commit 6d1533e

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

__tests__/fixtures/tailwind-output-important.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -529,16 +529,6 @@ textarea {
529529
color: inherit;
530530
}
531531

532-
/**
533-
* Use the configured 'bold' weight for `strong` elements
534-
* by default, falling back to 'bolder' (as per normalize.css)
535-
* if there is no configured 'bold' weight.
536-
*/
537-
538-
strong {
539-
font-weight: 700;
540-
}
541-
542532
/**
543533
* Use the configured 'mono' font family for elements that
544534
* are expected to be rendered with a monospace font, falling

__tests__/fixtures/tailwind-output.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -529,16 +529,6 @@ textarea {
529529
color: inherit;
530530
}
531531

532-
/**
533-
* Use the configured 'bold' weight for `strong` elements
534-
* by default, falling back to 'bolder' (as per normalize.css)
535-
* if there is no configured 'bold' weight.
536-
*/
537-
538-
strong {
539-
font-weight: 700;
540-
}
541-
542532
/**
543533
* Use the configured 'mono' font family for elements that
544534
* are expected to be rendered with a monospace font, falling

src/plugins/css/preflight.css

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,6 @@ textarea {
175175
color: inherit;
176176
}
177177

178-
/**
179-
* Use the configured 'bold' weight for `strong` elements
180-
* by default, falling back to 'bolder' (as per normalize.css)
181-
* if there is no configured 'bold' weight.
182-
*/
183-
184-
strong {
185-
font-weight: theme('fontWeight.bold', bolder);
186-
}
187-
188178
/**
189179
* Use the configured 'mono' font family for elements that
190180
* are expected to be rendered with a monospace font, falling

0 commit comments

Comments
 (0)