We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<div style="display: layout(foo);"> <div id=verticalrl > Some content, but it really doesn't matter.... </div> </div>
registerLayout('foo', class { intrinsicSizes(children) { const sizes = children[0].intrinsicSizes(); } });
What is the value of sizes above?