From 8b5b3dd00cc16c351670a25933f4b37a604abaf8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 11 May 2025 23:42:35 +0200 Subject: Initial commit --- client/src/style.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/src/style.css (limited to 'client/src/style.css') diff --git a/client/src/style.css b/client/src/style.css new file mode 100644 index 0000000..a461c50 --- /dev/null +++ b/client/src/style.css @@ -0,0 +1 @@ +@import "tailwindcss"; \ No newline at end of file -- cgit