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

Fix #257: bug when used inside of Firefox extension content script #258

Closed resurtm closed 5 years ago

resurtm commented 5 years ago

Hi @marcj,

This one fixes #257.

Thanks!

marcj commented 5 years ago

Mh, that looks ugly, but I guess needed to work around that Firefox issue. I need to test that first when I have time to make sure it doesn't break stuff 👍

resurtm commented 5 years ago

@marcj, thanks! Of course, it does. It's workaround/hack after all. :)

marcj commented 5 years ago

Thanks!