Is there a way to deque the style with higher priority?
Your problem lies in detecting browsers. There is no way for server side languages like PHP to know which browser is used to render a page/website. This is all client side processes. Someone “clever” invented ways to detect browsers and devices in PHP and claimed it worked. Yes, it does work, BUT not always. As … Read more