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
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/[email protected], 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].
The text was updated successfully, but these errors were encountered:
Whenever we try to use a
min-w
ormin-h
class, we get a similar error message saying twin.macro couldn't find the class.Our projects use @emotion/[email protected], 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]
.The text was updated successfully, but these errors were encountered: