csslint icon indicating copy to clipboard operation
csslint copied to clipboard

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

Open oskarkrawczyk opened this issue 7 years ago • 4 comments
trafficstars

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

oskarkrawczyk avatar Feb 03 '18 21:02 oskarkrawczyk

Yes, getting this problem here also.

easternwawoman avatar Sep 01 '18 18:09 easternwawoman

Any update on this? Has been stale since February 2018

tommedema avatar Dec 04 '18 12:12 tommedema

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

ScreamingTaco avatar May 26 '19 02:05 ScreamingTaco

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

jxt-martin avatar Jul 26 '19 06:07 jxt-martin