From cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 21 Mar 2026 19:30:39 +0100 Subject: build(treewide): Provide a working `manifest.json` file The previous one had no really working images. --- public/input.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/input.css (limited to 'public/input.css') diff --git a/public/input.css b/public/input.css new file mode 100644 index 0000000..b5c61c9 --- /dev/null +++ b/public/input.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; -- cgit 1.4.1