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

Ignore InvalidAccessError when reading rules #193

Closed antoinegoutagny closed 6 years ago

antoinegoutagny commented 6 years ago

With Firefox (still true as of 56) and some versions of Edge and IE, init method throws an error "InvalidAccessError" when trying to read rules that come from a 3rd-party stylesheet.

marcj commented 6 years ago

Already fixed, thanks anyways!