CSSLint / csslint

Automated linting of Cascading Stylesheets

Home Page:http://csslint.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected token `fr` on `grid-template-columns`

oskarkrawczyk opened this issue · comments

I've implemented the newest version (1.0.3) of CSSLint in JSFiddle. By looking into the source code I can see you support the fr unit on grids:

case "fr":
  this.type = "grid";
  break;

But the parser still seems to have a problem with that unit - example in JSFiddle: https://jsfiddle.net/afs37syn/

screen shot 2018-02-03 at 22 11 08

Yes, getting this problem here also.

Any update on this? Has been stale since February 2018

This is still an issue. Any word on a fix?

Update wanted please. Using latest version (1.0.5), have this error.