issues Search Results · repo:marcj/css-element-queries language:JavaScript
Filter by
214 results
(92 ms)214 results
inmarcj/css-element-queries (press backspace or delete to remove)In this case, the newly added element blinks when the button is clicked.
!DOCTYPE html
html lang= en
head
meta charset= UTF-8 /
meta http-equiv= X-UA-Compatible content= IE=edge ...
rmstsd
- 1
- Opened on Nov 14, 2024
- #319
So i have a set of css rules to handle light mode ( or default)
example:
.featured[min-width = 451px]{
font-size; 14px;
}
this works fine for the default theme, but then i have a css rule to handle ...
ItsHaysus
- 4
- Opened on Jun 17, 2022
- #317
I am using angular 11. I use ResizeSensor like below ` export function resized(element: HTMLElement): Observable {
width: number; height: number } { let resizeSensor: ResizeSensor | undefined; let handlers: ...
priti-vyawahare
- 1
- Opened on Sep 2, 2021
- #316
We have a detach() method but it is not exposed in the lib s typings.
Let s expose detach() so that transient usage of this can be properly disposed.
Currently I have to use casts to unknown and any ...
FirstVertex
- Opened on May 18, 2021
- #314
Currently using element-queries fails when used with Content Security Policy Level 2 Nonces.
In CSP Level 2 using Nonces require all script and style elements to have a nonce attribute with a random number ...
aKzenT
- Opened on Jan 11, 2021
- #312
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. I ve created a JS fiddle to demonstrate: ...
andi-b
- Opened on Dec 21, 2020
- #311
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 I included line var ElementQueries = require(
css-element-queries-1.2.1/src/ElementQueries ...
Alpin52
- 2
- Opened on Dec 1, 2020
- #310
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.
image
For backward compability, ...
fengdh
- 1
- Opened on Nov 6, 2020
- #309
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 called each time the element is resized. What about ...
VARGA-Peter
- Opened on Oct 6, 2020
- #308

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.