From 9880e16821c1ddc1f488c1948de0b8b340e57d2a Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 30 Oct 2017 12:58:04 -0400 Subject: [PATCH] Don't double declare `font-family: inherit` on buttons --- __tests__/fixtures/tailwind.css | 1 - css/preflight.css | 1 - 2 files changed, 2 deletions(-) diff --git a/__tests__/fixtures/tailwind.css b/__tests__/fixtures/tailwind.css index b1d1e9d56..3f6b21548 100644 --- a/__tests__/fixtures/tailwind.css +++ b/__tests__/fixtures/tailwind.css @@ -555,7 +555,6 @@ input::placeholder { button, [role=button] { - font-family: inherit; cursor: pointer; } diff --git a/css/preflight.css b/css/preflight.css index 4be97e1db..8a98969ac 100644 --- a/css/preflight.css +++ b/css/preflight.css @@ -95,6 +95,5 @@ input::placeholder { } button, [role=button] { - font-family: inherit; cursor: pointer; }