Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find min-w or min-h Tailwind classes #862

Open
davegomez opened this issue Jul 2, 2024 · 0 comments
Open

Can't find min-w or min-h Tailwind classes #862

davegomez opened this issue Jul 2, 2024 · 0 comments

Comments

@davegomez
Copy link

Whenever we try to use a min-w or min-h class, we get a similar error message saying twin.macro couldn't find the class.

✕ min-h-20 was not found

Try one of these classes:

- min-h-0 > 0px
- min-h-min > min-content
- min-h-max > max-content
- min-h-fit > fit-content
- min-h-full > 100%

Our projects use @emotion/react@11.11.4, and our Tailwind preset config does not change width, height, or any other variation.

It seems that this has been going on for a while already because I couldn't find any code using the classes I'm mentioning. We have always used arbitrary values min-w—[value].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant