Replies: 2 comments 6 replies
-
Register a custom variant: https://play.tailwindcss.com/L8pQAZfmOS?file=css |
Beta Was this translation helpful? Give feedback.
5 replies
-
you can define a breakpoint variable for this https://tailwindcss.com/docs/responsive-design#customizing-your-theme |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In v3 I use this config for display mode where i put raw media query:
Is it possible to do the same in v4? I've tried in @theme ```--breakpoint-standalone: '@media(display-mode: standalone)';`` but the result doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions