Using more than 2 Breakpoints #4072
-
Hello everyone, I'm trying to make one of my components only show on xs screen, make it hidden on medium and larger screen, and also hidden it on anything smaller than xs screen, but it doesn't seem working with my code below.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey! This should totally work - but there is no Here's a working example that "shows/hides" an element at different screen sizes: https://play.tailwindcss.com/baxS1WMexk Hope it helps 👍 |
Beta Was this translation helpful? Give feedback.
-
Hi! From the docs: https://tailwindcss.com/docs/breakpoints#extending-the-default-breakpoints
Cheers, |
Beta Was this translation helpful? Give feedback.
Hi!
From the docs: https://tailwindcss.com/docs/breakpoints#extending-the-default-breakpoints
Cheers,
Martin.