From 3743f7056dcdbe1a16a00418ea10ebef2669cf61 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 15 Nov 2023 20:34:41 -0700 Subject: initial structure --- app/static/css/input.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/static/css/input.css (limited to 'app/static/css/input.css') diff --git a/app/static/css/input.css b/app/static/css/input.css new file mode 100644 index 0000000..bd6213e --- /dev/null +++ b/app/static/css/input.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file -- cgit v1.2.3