For some reason when I run Css lint with Rhino I get the following errors:
I'm working with:
- Windows server Server 2008
- Visual Studio 2012 (MVC 4)
- Java version "1.7.0_21"
- rhino version 1_6R7
- csslint-rhino.js from this url: "https://raw.github.com/stubbornella/csslint/master/release/csslint-rhino.js
My elements look like this:
.body {
}
.testelement {
}
.loadingIndicator {
width: 16px;
height: 16px;
background-image: url('/images/loadingIndicator.gif');
}
It seems some kind of encoding issue, but I can't seem to figure out what the problem is.