eqcss / eqcss

EQCSS is a CSS Reprocessor that introduces Element Queries, Scoped CSS, a Parent selector, and responsive JavaScript to all browsers IE8 and up

Home Page:https://elementqueries.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redundant <style/>s

tobireif opened this issue · comments

When I load https://tobireif.com/ (has EQCSS version 1.9.0) eg in Chrome I get this:

screenshot

I temporarily removed all my EQCSS JS and still got these redundant style elements.

Here's a version with all my EQCSS code commented out:

version_without_any_EQCSS_code_added.zip

It still has the redundant "#portfolio > .fullWidth" <style/>s.

I hope this can get fixed 😀

There are three <style/>s shown by the dev tools (please see the screenshot), and all three have the same content.

Two of the three are redundant.