You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, this plugin is great! I do have a small issue tho...
It looks like tw merge is removing my leading class, while I don't have a leading applied with fluid. I also don't use the fontSize from fluid, as I don't want the default line-height to be set. I always wondered why tailwind adds this out of the box, since this is in most project far from ideal... But that is another topic :)
Update
Thanks to #18 I found a workaround by adding ! in front of my leading class. Of course not what I really want as adding !important is really bad IMO.
Hi there,
first of all, this plugin is great! I do have a small issue tho...
It looks like tw merge is removing my leading class, while I don't have a leading applied with fluid. I also don't use the
fontSize
from fluid, as I don't want the defaultline-height
to be set. I always wondered why tailwind adds this out of the box, since this is in most project far from ideal... But that is another topic :)As you can see in the image above, there is no leading class in my element.
The text was updated successfully, but these errors were encountered: