Replies: 1 comment 1 reply
-
|
I guess I have found it? Besides the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have recently removed
@tailwindcss/typographyfrom project, since we run into some issues with where it inserts styles (I need them in another layer thanutilitiesfor some reasons). To my surprise, there is still a classmax-w-prosepresent, even without the typography plugin. However, the value is undocumented (in v3, this value was mentioned in the docs; I cannot find it in v4) and what's worse, I'm unable to change its default value of65ch. How can this utility be redefined with my custom value? Is the65chhardcoded in Tailwind's core? And if so, would that be considered a bug?Beta Was this translation helpful? Give feedback.
All reactions