-
Hi How can I hide a component for screens below 640px. sm:hidden only works for screens 640px and above. |
Beta Was this translation helpful? Give feedback.
Answered by
gsimone
Jul 27, 2020
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mosemet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<div class="hidden sm:block" />
will make the element visible up to the sm breakpoint. Tailwind is mobile-first