How to reference the top container query with nested CSS containers
I have a number of DIVs nested within each other: <div id="outer"> <div id="inner"> <div id="content"></div> </div> </div The width of "outer" is set as a percentage of the viewport width. In the CSS I have container queries set on…