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

Is there an example how to use eqcss with closed / shadow dom web components?

ChrisKuBa opened this issue · comments

Based on the nature of javascript and the closed scope of the shadow dom javascript has no access to the styles and elements of the shadow dom.
Exists an option to initialize eqcss within the webcomponent so I can watch changes of the "host" element?

THX

Hi @chrkulbe, I haven't personally made or seen any examples of EQCSS working inside shadowDOM, though I am still hoping of others have examples they could share them :D