CSS Container Queries change everything for component-based design ๐ฆ
Style elements based on their parent's size, not just the viewport.
โ
Use
@container to scope styles
โ
Works with inline-size, block-size, and style queries
Learn more ๐
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_queries
