css-element-queries
css-element-queries copied to clipboard
CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
Hi @marcj I have noticed that Element Queries don't work when "Gravatar Hovercards" functionality from Jetpack for WordPress plugin is ON. If I deactivate that functionality, Element Queries work fine...
How to use this module in `typescript` as I cannot find type definition file for this module.
I'm trying to use foundation's rem-calc function which can potentially output values like 21.875rem. Element queries containing unrounded unit values seem to be getting ignored completely: ``` .program { background:...
When there is a transition on the width of the element or on a parent element, the right styles are not always applied. div.whatever { width: 500px; transition: width 0.5s;...
I'm trying to test element query on Codepen, but for some reason the basic example is not working Here's the code: http://codepen.io/antraxis/pen/RNQxrz?editors=110
Recent versions of the Firefox browser have a strict Content Security Policy in extension content scripts that disallows any direct or indirect string evaluation. Previously, the `Function('return this')` in ResizeSensor.js,...
In this case, the newly added element blinks when the button is clicked. ```html tt .widget-name h2 { font-size: 12px; } .widget-name[min-width~='400px'] h2 { font-size: 18px; } .widget-name[min-width~='600px'] h2 {...