From ee27bbac9912b843e2c9ee3d3e9c7b9acd80a1d3 Mon Sep 17 00:00:00 2001 From: Mark van den Broek Date: Tue, 29 Jan 2019 00:47:36 +0100 Subject: [PATCH] Removes img max-width and height, Resolves #506. --- __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 d3a828ee3..84d7075d8 100644 --- a/__tests__/fixtures/tailwind-output.css +++ b/__tests__/fixtures/tailwind-output.css @@ -463,11 +463,6 @@ textarea { resize: vertical; } -img { - max-width: 100%; - height: auto; -} - input::placeholder, textarea::placeholder { color: inherit; diff --git a/css/preflight.css b/css/preflight.css index 5497931cf..e2ca67c02 100644 --- a/css/preflight.css +++ b/css/preflight.css @@ -459,11 +459,6 @@ textarea { resize: vertical; } -img { - max-width: 100%; - height: auto; -} - input::placeholder, textarea::placeholder { color: inherit;