Having difficulties implementing retina background images in specific elements and facing issues with getting media queries to function properly. Sublime text does not syntax highlight them either, indicating a potential issue with the stack. Unsure of how to proceed. Any assistance would be greatly appreciated!
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and ( min--moz-device-pixel-ratio: 1.5),
only screen and ( -o-min-device-pixel-ratio: 1.5/1),
only screen and ( min-device-pixel-ratio: 1.5){
}