12 lines
326 B
Plaintext
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>
|