It appears this could be related to using @font-face. I narrowed down
the issue to the following CSS declaration in my css file:
@font-face {
src:url("../fonts/UniversBold.otf");
font-family:Univers;
advancedAntiAliasing: true;
}
If I take this rule out of the source css file, I can run csslint
without any issues. Checked to see whether it was something specific
to my css, but the example taken from
https://developer.mozilla.org/en/css/@font-face causes similar issues.
Sean
On Mon, Jun 27, 2011 at 9:52 AM, Nicholas Zakas
<nich...@nczconsulting.com> wrote:
> Hi Sean,
>
> It's unlikely that the size of the file is the issue. It's more likely that
> there's some pattern in the file that's causing CSS Lint to break.
> Unfortunately, the only way to figure out such an issue is to systematically
> remove parts of the CSS file until the error goes away.
>
> -N
>
>
Thanks for the great tool. Looking forward to cleaning up my CSS!
On Mon, Jun 27, 2011 at 10:28 AM, Nicholas Zakas
<nich...@nczconsulting.com> wrote:
> Interesting. Can you please file an issue at
> http://github.com/stubbornella/csslint/issues? I can take a look.
>
> -N
>