Can anyone explain why this specific line (line:2) is causing a syntax error on the SimpLESS compiler? When compiling in-browser using CDNs, there are no issues. However, the same code doesn't seem to work correctly on an iPad for some unknown reasons. To resolve this, I am attempting to compile the code before uploading it for use on iPads.
.box1 {
background: #000 url("../img/2.jpg") center top / cover;
}
Interestingly, by removing the forward slash, the error disappears, but it also affects the output of the code.