filamentgroup / grunt-criticalcss

Grunt wrapper for criticalcss
MIT License
530 stars 26 forks source link

embedded iframe breaks critical css generation? #52

Closed BB-000 closed 1 year ago

BB-000 commented 6 years ago

EDIT: I thought that removing the iframe attributes fixed it, but I was mistaken

This is breaking the ccss output (it was not generating ccss for elements beyond this iframe)

<iframe src="https://www.google.com/maps/embed/v1/place?key=test&q=test"></iframe>

For now I have fixed it by commenting it out, generating critical css, and un-commenting... :(