CSS/rendering/browser question: if I'm using clamp in CSS to constrain a size, is there any way to get the https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascade/used_value or https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascade/actual_value value of the clamp result in the context of the live page? When inspecting variables that use clamp in the "computed" tab of my browser's dev tools, I only ever see the https://developer.mozilla.org/en-US/docs/Web/CSS/resolved_value - which for this is the same as the original clamp() declaration. Using window.getComputedValue doesn't help either.