I'm trying to debug media queries with Chrome Developer Tools by editing the @media
line in style panel. But this is too labour intensive.
What I'm looking for is:
- width/device-width in pixels/millimeters/other units
- font size in millimeters
Is there a way to run a jQuery command or some other tool to get these values?
Any search on debugging media queries finds suggestions on one particular page or handycraft debugging (edit this, see that, etc.), or trivial stuff like $('body').width()
.