Hacker News new | ask | show | jobs
by onionisafruit 153 days ago
Is it the “min-width=1024px” in the link that causes it to not load on smaller devices?
2 comments

Yes, it's a media query (https://developer.mozilla.org/en-US/docs/Glossary/Media_quer...) on the <link>. Only if the media query passes will the link "activate".
To not preload, yes