From 86554c19204f62a9edc927a3d76fb0fd22bcc383 Mon Sep 17 00:00:00 2001 From: Youness Idbakkasse Date: Tue, 29 Aug 2023 19:54:39 +0100 Subject: [PATCH] Removed tailwind in asset --- assets/tailwind.css | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 assets/tailwind.css diff --git a/assets/tailwind.css b/assets/tailwind.css deleted file mode 100644 index b848881..0000000 --- a/assets/tailwind.css +++ /dev/null @@ -1,19 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - -@layer base { - html { - text-size-adjust: 100%; - text-rendering: optimizeLegibility; - font-variant-ligatures: none; - } - - details > summary { - @apply list-none; - } - - details summary::-webkit-details-marker { - @apply hidden; - } -}