feat: Setup Tailwind CSS

This commit is contained in:
2024-08-02 23:33:48 +02:00
committed by florian_briand
parent a365e9206f
commit 4a27dacd8e
8 changed files with 605 additions and 2 deletions

3
crates/app/css/input.css Normal file
View File

@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;