WickyNilliams / enquire.js

Awesome Media Queries in JavaScript
http://wicky.nillia.ms/enquire.js/
MIT License
3.62k stars 269 forks source link

Docs for Modernizr/Legacy Browser 'Deep support' are out of date #143

Closed mhokane closed 7 years ago

mhokane commented 8 years ago

Modernizr 3 ditched yepnope.js so the technique listed won't work anymore 🙁

I'm doing this for now: https://medium.com/@MarkHoKane/modernizr-ditched-yepnope-js-how-to-load-your-polyfill-fec5dddb5867#.dg17qmpuy

Updated with another method: https://medium.com/@MarkHoKane/implementing-older-browser-support-for-enquire-js-30874a1fd18b#.g2n1uzsz6

ghost commented 8 years ago

Good to know!

WickyNilliams commented 7 years ago

I think I'll change the docs to recommend bundling the polyfill rather than asynchronously loading it. Closing this as a duplicate of #116