Breakpoint Visualization in Chrome DevTools Fails with Range Media Query Syntax #16140
Unanswered
Kareem-AEz
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve noticed that when using the new CSS Media Query range syntax in Tailwind—such as:
Example of used code:
the usual visual breakpoint markers in Chrome DevTools do not appear:
In contrast, when using the traditional syntax like:
Do Chrome DevTools breakpoint visualization display the breakpoints even when the new range syntax is used.
Actual Behavior:
When using the new range syntax
((width >= 48rem))
, the media query breakpoints do not appear in Chrome DevTools. This makes it difficult to visually debug responsive behavior in projects that adopt the new syntax.Additional Notes:
Beta Was this translation helpful? Give feedback.
All reactions