add tailwind

This commit is contained in:
Felix Roos 2022-08-18 16:15:23 +02:00
parent 9c7d0951b7
commit 5f4d8f6862
4 changed files with 1207 additions and 1 deletions

View file

@ -0,0 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background: #123;
}