From 39d920305b226b7b77c0bf63479cdaef476cc2f0 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 1 Dec 2017 09:48:57 -0500 Subject: [PATCH] Remove preflight SVG reset (#274) --- __tests__/fixtures/tailwind-output.css | 5 ----- css/preflight.css | 5 ----- 2 files changed, 10 deletions(-) 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 {