From 98f5dbca1446abd70beca653ea11440bba6a1171 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 12 Apr 2026 15:18:08 +0200 Subject: add webapp --- webapp/src/routes/layout.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 webapp/src/routes/layout.css (limited to 'webapp/src/routes/layout.css') diff --git a/webapp/src/routes/layout.css b/webapp/src/routes/layout.css new file mode 100644 index 0000000..cd67023 --- /dev/null +++ b/webapp/src/routes/layout.css @@ -0,0 +1,3 @@ +@import 'tailwindcss'; +@plugin '@tailwindcss/forms'; +@plugin '@tailwindcss/typography'; -- cgit v1.2.3