How to use Desktop-Only CSS?
Is there a way to create desktop-only CSS? Or a way to work around this? I have been looking at some media queries like these, but without luck so far: @media (any-pointer: fine) @media screen and ( -webkit-min-device-pixel-ratio: 0 )…