Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Eric Portis edited this page Feb 8, 2018 · 8 revisions

Group chat

https://containerqueries.slack.com

Sign up here.

Upcoming events

(2018-02-20) @ZeeCoder talk at React London

Viktor is working on and soliciting feedback on this talk here.

(2018-06-15) Greg Whitworth talk on “container queries” at CSS Day

Articles

In Container Queries: Once More Unto the Breach, Mat Marquis outlines the need for container queries and presents a use-case for the self-contained / self-adapting ‘modules’.

Container Query Discussion Chris Coyer also summarises several related articles on container queries, including a piece by Ethan Marcotte - On container queries.

Ethan also responded to Paul Robert Lloyd’s Questioning Container Queries.

The Current State of Element Queries, by Dennis Gaebel, does a great job of summing up where things are at on this topic, right now.

Use-cases and stop-gaps

Tommy Hodgins presents a huge range of possible use cases for his EQCSS project and lays out examples of what may need to be queried including numbers of child elements and scroll positions.

Michael Scharnagl presents further Use cases for container queries including modular components, 3rd-party widgets and responsive images.

Andy Kirk presents some techniques for working around the lack of container queries including use of the Fab Four technique.