Tobi Reif
Tobi Reif
With the latest version from https://github.com/eqcss/eqcss/archive/gh-pages.zip (version 1.9.0) I'm getting three identical redundant s, and :self doesn't work.
(also with 1.8.0)
(I realized that on https://github.com/eqcss/eqcss/releases several releases were contracted and can be expanded. Anyways, thus far no luck with 1.9 or 1.8)
These are the redundant style elements: https://user-images.githubusercontent.com/80411/36161961-5b528d62-10e5-11e8-8b34-b17e8297cd6f.png You can (at least currently) see them at https://tobireif.com/ . I removed all my EQCSS JS and still got these redundant style elements.
Here's another zip, this time with EQCSS 1.9.0: [copy_of_tobireif_com_number_2.zip](https://github.com/eqcss/eqcss/files/1720860/copy_of_tobireif_com_number_2.zip) Please see the lines at "@element #portfolio > .fullWidth" incl. ":self". When I use ":self" I can't override the (necessary) pure-CSS...
Again, thanks for EQSSS and for investigating!
When I load https://tobireif.com/ (has version 1.9.0) in Chrome and do shift-reload I get this: Three s for "#portfolio > .fullWidth", two of which are redundant.
I'll stay with the repeated selector, because it works - I can override the default styles. ``` @element #portfolio > .fullWidth { #portfolio > .fullWidth { padding-right: 3ew; padding-left: 3ew; ...
The redundant s are strange, I hope that can be avoided in a future release.