eqcss icon indicating copy to clipboard operation
eqcss copied to clipboard

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

Results 16 eqcss issues
Sort by recently updated
recently updated
newest added

Seeing the following error when I run npm install . Same with version 1.9.1 as well. 158 verbose stack TypeError: Cannot read property 'match' of undefined 158 verbose stack at...

Hi Tom! Please load the Grid demo https://tobireif.com/demos/grid/ and set the window width to eg ~900px. Click on "Layout 2", note the delay in the layout update. Click on "Layout...

Hi, I am not sure why the scrip is not working when trying to use an external css file. It works fine on the html when used in the section,...

Hi, I manage to integrate eqcss with bootstrap-grid.css. However, the performance is terrible and my application is very slow. Is there an optimisation of EQCSS that would improve performance? I...

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...

Hi Tommy 😀 The issue might be in my code, or it might be in EQCSS, I don't know. When I open (the current version of) https://tobireif.com/demos/grid/ (eg using Chrome...

Sometimes I use element queries just for being able to use element-based units, eg: ``` @element #some > .long > selector + here { #some > .long > selector +...

When I load https://tobireif.com/ (has EQCSS version 1.9.0) eg in Chrome I get this: I temporarily removed all my EQCSS JS and still got these redundant style elements.

A large portion of user base is excluded because there is no integration with CSS modules. The actual plugin is not complicated. All it needs to do is: 1. find...