From 58114fa347811a307e1a36c7915ed8a996a7e7ee Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 9 Mar 2025 21:27:06 -0500 Subject: [PATCH] use actual tailwind build on site instead of CDN --- src/index.html | 2 +- tailwind.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 tailwind.css diff --git a/src/index.html b/src/index.html index dd91e8c..8301d4f 100644 --- a/src/index.html +++ b/src/index.html @@ -28,7 +28,7 @@ - + diff --git a/tailwind.css b/tailwind.css new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/tailwind.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities;