im trying to put retina background images in certain elements and im having trouble actually getting these media queries to work. Sublime text wont syntax highlight them either so im pretty sure this stack is broken but i have no idea what to do. Help pelase?
@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){
}