1. CSS Container Queries (Size)

    Size queries in Container Queries provide a way to query the size of a container, and conditionally apply CSS to the content of that container.

  2. CSS Container Style Queries

    Style queries in Container Queries provide a way to query the current styling of a container, and conditionally apply additional CSS to the contents of that container.

  3. css at-rule: `@container`: style queries for custom properties