mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-07-27 17:20:53 +00:00
setup commit
This commit is contained in:
3
myapp/src/app.css
Normal file
3
myapp/src/app.css
Normal file
@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
5
myapp/src/routes/+layout.svelte
Normal file
5
myapp/src/routes/+layout.svelte
Normal file
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import "../app.css";
|
||||
</script>
|
||||
|
||||
<slot />
|
@ -1,2 +1,10 @@
|
||||
<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 underline text-center'>
|
||||
hello world
|
||||
</h1>
|
||||
|
||||
|
||||
<style lang='postcss'>
|
||||
:global(html){
|
||||
background-color: theme('colors.gray.100');
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user