From a0a639f4aee1394ea2a86cd412a090feae0d7e88 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 14 Mar 2026 00:03:44 -0700 Subject: [PATCH] Feat: Add Tailwind directives --- app/globals.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/globals.css diff --git a/app/globals.css b/app/globals.css new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/app/globals.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities;