From 6d1533e9a83683e4db30dba65b2ec5c23e8ffe76 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 18 Mar 2019 13:10:54 -0400 Subject: [PATCH] Revert #745, always default to bolder for strong tags --- __tests__/fixtures/tailwind-output-important.css | 10 ---------- __tests__/fixtures/tailwind-output.css | 10 ---------- src/plugins/css/preflight.css | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/__tests__/fixtures/tailwind-output-important.css b/__tests__/fixtures/tailwind-output-important.css index bd160f92b..d472c56dc 100644 --- a/__tests__/fixtures/tailwind-output-important.css +++ b/__tests__/fixtures/tailwind-output-important.css @@ -529,16 +529,6 @@ textarea { color: inherit; } -/** - * Use the configured 'bold' weight for `strong` elements - * by default, falling back to 'bolder' (as per normalize.css) - * if there is no configured 'bold' weight. - */ - -strong { - font-weight: 700; -} - /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling diff --git a/__tests__/fixtures/tailwind-output.css b/__tests__/fixtures/tailwind-output.css index 80440d12a..823b2a45a 100644 --- a/__tests__/fixtures/tailwind-output.css +++ b/__tests__/fixtures/tailwind-output.css @@ -529,16 +529,6 @@ textarea { color: inherit; } -/** - * Use the configured 'bold' weight for `strong` elements - * by default, falling back to 'bolder' (as per normalize.css) - * if there is no configured 'bold' weight. - */ - -strong { - font-weight: 700; -} - /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling diff --git a/src/plugins/css/preflight.css b/src/plugins/css/preflight.css index def5a1a60..80344fc1f 100644 --- a/src/plugins/css/preflight.css +++ b/src/plugins/css/preflight.css @@ -175,16 +175,6 @@ textarea { color: inherit; } -/** - * Use the configured 'bold' weight for `strong` elements - * by default, falling back to 'bolder' (as per normalize.css) - * if there is no configured 'bold' weight. - */ - -strong { - font-weight: theme('fontWeight.bold', bolder); -} - /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling