From 1b2a3db980cf66b3017749e06fb3c057e2fab673 Mon Sep 17 00:00:00 2001 From: Kyle Milloy Date: Mon, 1 Oct 2018 11:48:06 -0600 Subject: [PATCH] fix 564 --- css/preflight.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/preflight.css b/css/preflight.css index aad57f36df15..8e67a00419b4 100644 --- a/css/preflight.css +++ b/css/preflight.css @@ -482,3 +482,13 @@ button, table { border-collapse: collapse; } + +/** + * Resolves issue with putting border-style solid on the wildcard selector + * + * https://github.com/tailwindcss/tailwindcss/issues/564 + */ + +* { + border-style: inherit; +} \ No newline at end of file