From 88c73503773f4dd661c112de57012dcb45b618b4 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 15 Jan 2026 21:05:49 -0700 Subject: [PATCH] Add css --- index.css | 3 + index.html | 16 - package-lock.json | 672 ++++++++++++++++++++++++++++++++++++++++++ package.json | 4 + postcss.config.js | 6 + scripts/setup-prod.sh | 6 + tailwind.config.js | 20 ++ 7 files changed, 711 insertions(+), 16 deletions(-) create mode 100644 postcss.config.js create mode 100644 tailwind.config.js diff --git a/index.css b/index.css index 1d21d0e..2337599 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,6 @@ +@import "tailwindcss"; +@config "./tailwind.config.js"; + .h-screen { height: 100dvh !important; } diff --git a/index.html b/index.html index 32e3406..9a1d5e9 100644 --- a/index.html +++ b/index.html @@ -5,22 +5,6 @@ Kaboot - -