Replies: 1 comment
-
I think it's a bad idea to waterfall all font sizes, it would become a font size nightmare to set the right font size when nesting. For example if you are in that example, how to make |
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.
-
By using
em
instead ofrem
for font sizes, inheritance would make responsive font sizing easier. For example:With the following
tailwind.config.js
:Beta Was this translation helpful? Give feedback.
All reactions