From 215b0c5cb2ff0ef0b2c7b5549704e23d651a4df9 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 10 Oct 2024 21:51:10 -0400 Subject: Hoist the UI one step up further --- ui/app.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ui/app.css (limited to 'ui/app.css') diff --git a/ui/app.css b/ui/app.css new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/ui/app.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; -- cgit v1.2.3