ausi / cq-prolyfill

Prolyfill for CSS Container Queries
https://au.si/css-container-element-queries
MIT License
567 stars 39 forks source link

Fixed parsing of @import stylesheets with Firefox #52

Closed d0cm0d closed 6 years ago

d0cm0d commented 6 years ago

Firefox doesn't allow javascript to access styles that were included into a css file with @include. As a fix I wrapped the code into a try-catch block.

ausi commented 6 years ago

Duplicate of #51