Replies: 2 comments 1 reply
-
What I've done for some projects is to create my own set of headers while leaving the So something like:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
It sounds like you might need the Prose plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is there a way of setting things up such that a utility class like
text-h1
changes in value based upon a breakpoint? Since I always know that I want myh1
s to change size when on mobile, I'd rather not have to add something liketext-h2 sm:text-h1
to everyh1
tag.Beta Was this translation helpful? Give feedback.
All reactions