Initial commit

This commit is contained in:
2021-08-12 18:29:51 +02:00
commit 8446f437c0
15 changed files with 168 additions and 0 deletions

4
src/app.postcss Normal file
View File

@@ -0,0 +1,4 @@
@tailwind base;
/* Write your global styles here, in PostCSS syntax */
@tailwind components;
@tailwind utilities