I am unable to compile my LESS document because its returning a compile error on for this:
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
Can anyone see any reason this is happening? I can't see any errors in the code.
Update
I am using SimpLESS to compile. I just checked and it uses LESS 1.3.0.