Tobi Reif
Tobi Reif
Here's a version with all my EQCSS code commented out: [version_without_any_EQCSS_code_added.zip](https://github.com/eqcss/eqcss/files/1720977/version_without_any_EQCSS_code_added.zip) It still has the redundant "#portfolio > .fullWidth" s. I hope this can get fixed 😀
There are three s shown by the dev tools (please see the screenshot), and all three have the same content. Two of the three are redundant.
P.S. Ideally there'd be a high performance version of the lib without any timers, throttling, or any other delays. (And perhaps it would also make the lib faster to reduce/avoid...
Thanks for your reply! (Also see my comments on the bug pages you linked.) Perhaps you could offer an option for disabling all throttling? eg ``` EQCSS.disableThrottling = true; ```...
Adding this line resolved all my woes: ``` EQCSS.throttle = EQCSS.apply; ``` Now I have this in total: ``` /* Necessary for fixing this issue: With the window at ~600px...
> [words I never said:] Perhaps you could offer an option for breaking all Firefox? Again: At https://tobireif.com/demos/grid/ all's good now (including in Firefox) You could add the option with...
Somehow :self doesn't work. On https://tobireif.com/ , when I replace ``` @element #portfolio > .fullWidth { #portfolio > .fullWidth { ``` with ``` @element #portfolio > .fullWidth { :self {...
Here's a zip, please open it in a browser and in the source search for ":self". It doesn't work 😐 Thanks for investigating! [copy_of_tobireif_com.zip](https://github.com/eqcss/eqcss/files/1720616/copy_of_tobireif_com.zip) > The reason I bring it...
I had gotten the latest release from https://github.com/eqcss/eqcss/releases which is 1.7.0 .
I'll try this one: https://github.com/eqcss/eqcss/archive/gh-pages.zip