This commit is contained in:
Elgius
2023-04-06 14:21:56 +05:00
parent 54f76891d3
commit 72dd414d27
22 changed files with 25 additions and 4 deletions

View File

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

View File

@ -10,3 +10,4 @@
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>

View File

@ -5,3 +5,4 @@ describe('sum test', () => {
expect(1 + 2).toBe(3);
});
});

View File

@ -2,4 +2,4 @@
import "../app.css";
</script>
<slot />
<slot />

View File

@ -27,3 +27,5 @@
2. decide font
3. work on padding and Margins
-->
<!-- Path: Fishie-Honesty-UI\src\routes\+page.svelte -->

View File

@ -2,4 +2,4 @@
import '../app.css'
</script>
<slot />
<slot />

View File

@ -13,4 +13,4 @@
<h1 class="title">
hello page 1
</h1>
</div>
</div>