From 6d917baac051d532f49576cee052bba2b910dc9d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 21 Nov 2024 22:31:37 +0100 Subject: [PATCH] chore(css): update reset styles https://github.com/tailwindlabs/tailwindcss/pull/15064 --- src/runtime/index.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/runtime/index.css b/src/runtime/index.css index b537e50b..b043b57f 100644 --- a/src/runtime/index.css +++ b/src/runtime/index.css @@ -3,10 +3,7 @@ @variant dark (&:where(.dark, .dark *)); @layer base { - input, - textarea, - select, - button { + input, textarea, select, button { border: 0px solid; border-radius: 0; padding: 0;