Alexander Farkas
Alexander Farkas
@TrilipuT Thanks for your help!
@TrilipuT and @zacharybrady I would give you both direct access to this repo. I would suggest that changes are still done via PR. If someone requests a pull from his...
Maybe I shouldn't say something, because I don't know anything. But maybe you get inspired: ``` css @container ((.element) with ( min-width: 60em )) { .child-el { background: papayawhip; }...
@serapath There is a `addListener` method: ``` js matchMedia('(max-width: 600px)').addListener(function(){ console.log(this.matches); }); ``` However container queries are element specific and can't described with a global `matchMedia` interface. Maybe something like...
@pdaoust > Please ignore for a moment that the element's size would be unknown at parse time because CSS only blocks rendering and not parsing. You forget something here. What...
This has nothing to do with container queries. It would be an additon to responsive images. (Introduce a new attribute: `autosize` or `lazysize`.)