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