I want to do something like this with Tailwind,
@/media screen and (max-width: 995px) , screen and (max-height: 700px) { ... }
Is it possible?
Solved with:
screens: {
'custombp': {'raw': '(max-height: 1234px),(min-width:920px)'}
}
Added on behalf of question asker.
These days you can do
<div class="[@media(max-height:425px)]:hidden">
if you just need a one-off solution.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With