Skip to content

Can I match the same breakpoints for Quasar and Tailwind? #1333

Closed Answered by falkoschindler
Anindya088 asked this question in Q&A
Discussion options

You must be logged in to vote

With min-[700px]:visible hidden the element gets both classes "visible" and "hidden" above 700px, which is not what you want. Try the following instead:

ui.label('This message is visible above 700px screen width.').classes('max-[700px]:hidden')

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@Anindya088
Comment options

@falkoschindler
Comment options

Answer selected by Anindya088
@MuuXB
Comment options

@falkoschindler
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants