Initial commit
This commit is contained in:
11
src/components/Prose.astro
Normal file
11
src/components/Prose.astro
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user