Replies: 3 comments
-
|
It seems it has something to do with my use of a custom screen size |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
tailwind css uses |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
would be great if you had a reproduction to test whats really wrong |
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
{{title}}
-
Tailwind is not working when I try to use different grid layouts depending on screen size. At screen size xs, it resizes to
grid-cols-2but does not resize togrid-cols-3at screen size md.When inspecting, it seems the
grid-cols-3property is deleted.Below is my code. I am using the latest version of TailwindCSS v3.3.5. Appreciate any help on this, thank you!
Beta Was this translation helpful? Give feedback.
All reactions