css-element-queries
css-element-queries copied to clipboard
CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
Hello! I tried to put the code into my site. I ran npm install. It mentioned some packages are out of date. But I installed npm a month ago. When...
close #298 This implementation is very simple and naive, it would be great to rewrite the whole module to true native ES module, or TypeScript instead, but I don't know...
Currently using element-queries fails when used with Content Security Policy Level 2 Nonces. In CSP Level 2 using Nonces require all and elements to have a "nonce" attribute with a...
If I have a media query against one class and another media query against another class, if the element has both classes, it will only apply the second media query....
ResizeObserver is available for the latest modern browsers for a while. Instead of inserting tricky **DIV** to catch "resize" event, it is better to simply use ResizeObserver.  For backward...
This library forces the user to use non-standard HTML attributes (eg. min-width, min-height, max-width, max-height) which prevents the resulting software to receive HTML compliance certification. To alleviate this problem I...
Rationale: https://web.dev/commonjs-larger-bundles/
I love the plugin. Finally, I can easy get the size of an element I need to know. I would like to propose here a feature: Currently, the function is...
Hi, can anyone share with me a working solution with CDN & element-queries? In my local machine, I use webpack dev server and try to set CORS headers but this...
Some background to the issue... I'm using React and I'm calling ElementQueries.init() from within the component that contains the divs I need to style. This works initially, but when I...