[V3] Consistent typography #18335
Unanswered
ShaungBhone
asked this question in
Help
Replies: 1 comment
-
You're trying to use Sass-like nesting syntax. However, Tailwind uses native CSS nesting which does not support this kind of partial indent concatenation between nesting boundaries. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm trying to use Tailwind CSS in the following way:
My goal is to be able to write HTML like this:
Because I don't want to write code so many
However, it seems that Tailwind doesn't support this approach. Could someone please explain why this is the case? Also, if I've made any mistakes or if there’s a better way to achieve this, I would really appreciate your guidance.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions