if a css or LESS contains a refernce to an image file with @ in it's name, it does not get resolved to fully qualified path
example:
```
.fp-play{background-image:url(img/black@x2.png}
```
example:
```
.fp-play{background-image:url(img/black@x2.png}
```