Replies: 1 comment 2 replies
-
Exact same issue here. Using Here's my tailwind.config.ts:
If I try to use |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example:
max-h-24
can be compiled tomax-height: 6rem;
max-w-24
can not be complied.max-h-[6rem]
can be complied tomax-height: 6rem;
It's a bit confused.
Beta Was this translation helpful? Give feedback.
All reactions