💄 add tailwind

This commit is contained in:
2022-04-25 21:26:01 -04:00
parent 856a9cb32c
commit c93c64680a
7 changed files with 710 additions and 132 deletions

3
src/app.css Normal file
View File

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

View File

@@ -0,0 +1,5 @@
<script>
import '../app.css';
</script>
<slot />

View File

@@ -1,2 +1 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
<h1 class="text-3xl font-bold text-center m-8">Hello world!</h1>