From 8c10540309fe77fb622392ebb5ee13dd38468b63 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Mon, 19 Aug 2024 12:08:28 +0200 Subject: [PATCH] Hook up tailwind to style --- frontend/src/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/style.css b/frontend/src/style.css index 3940d6c..1fc5c86 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1,3 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + html { background-color: rgba(27, 38, 54, 1); text-align: center;