Files
sukr/src/components/Prose.astro
Timothy DeHerrera 14079f0511 Initial commit
2022-11-01 15:18:00 -06:00

12 lines
326 B
Plaintext

<article class="prose dark:prose-dark">
<slot />
</article>
<style>
.prose {
@apply max-w-none
/* Size Modifiers: https://github.com/tailwindlabs/tailwindcss-typography#size-modifiers */
/* Color Themes: https://github.com/tailwindlabs/tailwindcss-typography#color-modifiers */
}
</style>