Archived topic
Unloading Offside.min.css on desktop
3 replies · Started by Adrien on February 10, 2021
Dear GP Team,
Is there a way to unload Offside.min.css on desktop. Im not using the slideout panel on desktop.
Cheers.
Hi there,
it is possible dequeue scripts based on device - using the wp_is_mobile() function or an external library - but its not that reliable and if any server is using page caching you risk the desktop site being cached and being served to a mobile device ... which would break the off canvas panel. For such a tiny amount of CSS I would not take that risk.
Dear David. Thank you very much. It makes sense.
You're welcome