diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-21 19:30:39 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-21 19:30:39 +0100 |
| commit | cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 (patch) | |
| tree | b6bd9f6f94eda70ba99360524987de677893f5f7 /public/input.css | |
| parent | feat(treewide): Commit MVP (diff) | |
| download | web-client-cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5.zip | |
build(treewide): Provide a working `manifest.json` file
The previous one had no really working images.
Diffstat (limited to 'public/input.css')
| -rw-r--r-- | public/input.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
