marcj / css-element-queries

CSS Element-Queries aka Container Queries. High-speed element dimension/media queries in valid css.
http://marcj.github.io/css-element-queries/
MIT License
4.27k stars 487 forks source link

Include imported styleSheets in rule extraction. #176

Closed noelrivasc closed 6 years ago

noelrivasc commented 7 years ago

The imported rules were being ignored, I simply added a new condition to extract rules from those files, too.

marcj commented 6 years ago

Ok cool, thanks!

alxscms commented 6 years ago

This broke the library on my website. See my pull request here for more details https://github.com/marcj/css-element-queries/pull/214