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
trafficstars

Hi there! I've found an infinit loop in this line: (at [https://github.com/marcj/css-element-queries/blob/master/src/ResizeSensor.js#L239](url) ) `var invisible = element.offsetWidth === 0 && element.offsetHeight === 0; ` The problem is that Windows types...

I'm currently using the resize sensor together with HTML Drag and Drop. The resize sensor seems to be interfering with the html drag and drop preview during onDrag. As you...

Hi, I met some problems using min-width and min-height selectors simultaneously. Here is the peace of code. ``` @for $i from 0 through 11 { $x: $i * 25; section[min-height~="#{($x...

ResizeSensor throws an error: Error in directive resize update hook: "TypeError: Cannot set property 'detach' of undefined" Chrome points me to these lines: ``` this.detach = function (ev) { ResizeSensor.detach(element,...

When app, that uses library with bundled `css-element-queries`, has own `css-element-queries` dependency, `css-element-queries` from library bundle conflicts with `css-element-queries` from app for example: https://github.com/marcj/css-element-queries/blob/1.0.2/src/ElementQueries.js#L170-L179

enhancement

to reproduce it consider the following example: https://jsfiddle.net/curtis_chang/sb703rdj/10/

enhancement

am receiving this error in my code while working on our platform please an clue in finding solution

Hi! First off, thanks for this huge work! It's clearly the future of CSS. :) I've been using the plugin in many situations, and encountered some issues when recreating/moving elements...