#6 add tailwindcss
This commit is contained in:
3
view/src/app.css
Normal file
3
view/src/app.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
6
view/src/routes/+layout.svelte
Normal file
6
view/src/routes/+layout.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script lang="ts">
|
||||
import '../app.css';
|
||||
</script>
|
||||
|
||||
<p class="text-9xl text-red-950">Tailwind working</p>
|
||||
<slot></slot>
|
||||
Reference in New Issue
Block a user