Marc J. Schmidt

Results 444 comments of Marc J. Schmidt

The newest version has a transition fix in it. Could you please try this version and say us if you keep having issues with it?

Guess the regex https://github.com/marcj/css-element-queries/blob/ed6a88c5681079b431e1e3bc2de6382020837bda/src/ElementQueries.js#L327 does not support double `::`

That's interesting. I was working lately with a solution that used MutationObserver on the `` and triggers a `ElementQueries.init` every time a new `style` node is found. I think making...

Yeah maybe it's not a performance issue at all anymore and we could just make this available for everyone. Would definitely make working with SPA frameworks very easy and increases...

Weird, works here. Arrow functions are not possible right now due to the browser support. Which browser version do you have?

Should be fixed, will be part of the next version 1.0.0 in the next hours.

Now sure how to reproduce. I tested in all modern Browser version (Chrome, Firefox, Internet Explorer, Safari) and don't get the error - See the example page http://marcj.github.io/css-element-queries/. Maybe it...

Can you describe in other words please? I honestly didn't understand what your use-case/requirement is.

I see, but I'd rather see that feature outside of this library. What you need is basically a debounce. For example this library: https://github.com/component/debounce Example: ```javascript import { debounce }...

Actually, we could do it and per default debounce to 100ms or so to increase performance. I'll keep that issue open 👍