From 3d4b23c53f203249b1d0c8e51d668f7b86dbaa6c Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 22 Feb 2026 15:18:34 +0200 Subject: feat: prefill welcome step --- website/src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/src/app.css') diff --git a/website/src/app.css b/website/src/app.css index 798629d..cd67023 100644 --- a/website/src/app.css +++ b/website/src/app.css @@ -1,3 +1,3 @@ @import 'tailwindcss'; -@plugin "@tailwindcss/forms"; -@plugin "@tailwindcss/typography"; +@plugin '@tailwindcss/forms'; +@plugin '@tailwindcss/typography'; -- cgit v1.2.3