chore: lint, update readme

This commit is contained in:
enscribe 2025-02-18 15:25:52 -08:00
parent 0940b7076a
commit cf570be96e
23 changed files with 102 additions and 110 deletions

View file

@ -8,4 +8,6 @@ interface Props {
const { class: className } = Astro.props
---
<div class={cn('mx-auto max-w-(--breakpoint-md) px-4', className)}><slot /></div>
<div class={cn('mx-auto max-w-(--breakpoint-md) px-4', className)}>
<slot />
</div>