css-element-queries icon indicating copy to clipboard operation
css-element-queries copied to clipboard

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.

Results 57 css-element-queries issues
Sort by recently updated
recently updated
newest added

Is it possible to include a dist folder with minified JS files? Could I submit a PR?

We are using iframe based code to detect element size change. ResizeSensor has much better API, and we also thought that it would also provide better performance than iframe based...

This library has been awesome for us, but we're having some trouble integrating it into our JS framework. We use Ember.js, and most work in Ember is scheduled using some...

I'm using the latest version of the plugin in attempts to create a demo version of the button, which, in the case of long text, the font size is reduced...

Please add and bower.json file to add this library to a project via bower.

Would be good to know its limits. How far can it go as a general guideline, what browsers maybe can go further, does IE tank earlier than others and all...

It would be nice if this library support scrollHeigth and scrollWidth too e.g. .widget-name[scroll-height~="400px"] h2 { display: none; }

enhancement

Hi there - great library, thank you! Heads-up that there might be a `ResizeObserver` coming in spec eventually. Would be great if the library would use the native implementation when...

This is a great module. I may have come across a bug. I was working on some trickery using http://alistapart.com/article/quantity-queries-for-css#section5. This explains using a general sibling selector to apply styles...

Hello there, css-element-queries was tested in a Polymer web component for the responsive text, where document.styleSheets doesn't seem to be supported in a Polymer element. https://github.com/marcj/css-element-queries/blob/adefff41c47aea79e73cd485ccd7d64ff9bbfc53/src/ElementQueries.js#L390 Here is my code:...