diff --git a/__tests__/fixtures/tailwind-output.css b/__tests__/fixtures/tailwind-output.css index 4db924479..74bfe8457 100644 --- a/__tests__/fixtures/tailwind-output.css +++ b/__tests__/fixtures/tailwind-output.css @@ -555,11 +555,6 @@ img { max-width: 100%; } -svg { - fill: none; - stroke: none; -} - button, input, optgroup, diff --git a/css/preflight.css b/css/preflight.css index 914e85583..9ddd7a5ee 100644 --- a/css/preflight.css +++ b/css/preflight.css @@ -551,11 +551,6 @@ textarea { resize: vertical; } img { max-width: 100%; } -svg { - fill: none; - stroke: none; -} - button, input, optgroup, select, textarea { font-family: inherit; } input::placeholder, textarea::placeholder {