reset and upgrade
This commit is contained in:
parent
82bb7ec6b4
commit
b7ca9ce497
9 changed files with 294 additions and 294 deletions
|
|
@ -1,3 +1,2 @@
|
|||
@import 'tailwindcss/base';
|
||||
@import 'tailwindcss/components';
|
||||
@import 'tailwindcss/utilities';
|
||||
@import "tailwindcss";
|
||||
@plugin "daisyui";
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
<script lang="ts">
|
||||
</script>
|
||||
|
||||
<div class="hero h-full bg-base-200">
|
||||
<div class="hero-content text-center">
|
||||
<div class="max-w-md">
|
||||
<h1 class="text-5xl font-bold">Hello there</h1>
|
||||
<p class="py-6">
|
||||
Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem
|
||||
quasi. In deleniti eaque aut repudiandae et a id nisi.
|
||||
</p>
|
||||
<button class="btn btn-primary">Get Started</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -4,5 +4,6 @@
|
|||
</script>
|
||||
|
||||
<div class="h-screen w-screen">
|
||||
<nav></nav>
|
||||
{@render children()}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,2 @@
|
|||
<script lang="ts">
|
||||
import Hero from '$lib/components/Hero.svelte';
|
||||
</script>
|
||||
|
||||
<Hero />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue