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.
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.
CSS Container Query Units
Container Query Units specify a length relative to the dimensions of a query container. The units include: `cqw`, `cqh`, `cqi`, `cqb`, `cqmin`, and `cqmax`.
csscontainerrule api: containerquery
types: `<length>`: container query length units `cqw`, `cqh`, `cqi`, `cqb`, `cqmin`, `cqmax`
5 results found.