Marc J. Schmidt
Marc J. Schmidt
Why not just use npm?
Isn't bower deprecated meanwhile? and if not, can't you just add our git url to bower's dependencies?
Actually, we could make it generic so whatever you specify in `scroll-height` it will be added to the engine so it reads the actual element attribute of `scrollHeight`. you could...
No planned to support that yet.
I'm not sure I understand: This library is listening on a resize event and modifies some html attributes so your used css-selectors are applied. Where exactly do you need intervention?
I see, good catch! Would you mind sending us a pull-request with that fix?
> The client-side rendered virtual DOM tree is not matching server-rendered content Makes sense, because CSSEQ inject sensor elements (`div`) into the target element - only at the frontend. If...
So, you mean you want to apply rules to certain elements when they `width > height`, or `height > width`? We could integrate something like that: ``` .element[min-width~="200px"] { //normal...
Same issue as in https://github.com/marcj/css-element-queries/issues/171 I guess.