get poetry stuff workin
This commit is contained in:
3
src/lib/utils/poetry/h1.svelte
Normal file
3
src/lib/utils/poetry/h1.svelte
Normal file
@@ -0,0 +1,3 @@
|
||||
<h1 class="poetry-headline">
|
||||
<slot></slot>
|
||||
</h1>
|
3
src/lib/utils/poetry/p.svelte
Normal file
3
src/lib/utils/poetry/p.svelte
Normal file
@@ -0,0 +1,3 @@
|
||||
<p class="whitespace-pre">
|
||||
<slot></slot>
|
||||
</p>
|
Reference in New Issue
Block a user