Replies: 1 comment 2 replies
-
Good question! This may be a Tailwind bug/limitation but I'm waiting to hear back on their Discord. I suppose you could use the
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm relatively new to Tailwind and its plugins, and I'm trying to use
fluid-tailwind
with the@tailwindcss/typography
plugin.Specifically, I'd like to overwrite the default
font-size
of headings and make them responsive without the use of breakpoints.Is it possible to achieve this when using
@tailwindcss/typography
? If using@apply
isn't possible currently, are there any other ideas you can suggest (besides writingclamp
functions)?I've had no luck making it work with this config
tailwind.config.js
:Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions