[V4] Prose #14120
-
How can i use PROSE typography in tailwind v4? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
This comment was marked as spam.
This comment was marked as spam.
-
I've been importing the stylesheet shared by Adam Wathan in this tweet: |
Beta Was this translation helpful? Give feedback.
-
Customizing Tailwindcss V4 AlphaMDX, Prose, and Highlight ElementsVia
|
Beta Was this translation helpful? Give feedback.
-
You can write your own basic prose utility until somebody, hopefully Tailwind, ships one for v4! Here's something to get you started: https://play.tailwindcss.com/4d11rHJifI?file=css This has the enormous advantage of being zero-config. If you're on Tailwind v4 latest, you can write a |
Beta Was this translation helpful? Give feedback.
-
You can add the typography plugin like this in your css @import "tailwindcss";
@plugin '@tailwindcss/typography'; |
Beta Was this translation helpful? Give feedback.
You can add the typography plugin like this in your css