By default, the computed dimensions are given in px in Chrome DevTools. Is it possible to have them displayed in mm instead?
(In case you are wondering why someone would want to do that, I need to generate HTML that will be converted to PDF for printing and ultimately I have to reason in mm to do that.)
Edit: To clarify my question I am not interested in the dimension on any device, just computed mm from the css which always is 96/25.4 px.