#6 add tailwindcss

This commit is contained in:
2024-07-26 21:19:25 +02:00
parent 59eb295c2c
commit 19ee1edeaa
6 changed files with 976 additions and 5 deletions

3
view/src/app.css Normal file
View File

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

View File

@@ -0,0 +1,6 @@
<script lang="ts">
import '../app.css';
</script>
<p class="text-9xl text-red-950">Tailwind working</p>
<slot></slot>