Unexpected token `fr` on `grid-template-columns`
oskarkrawczyk opened this issue · 4 comments
oskarkrawczyk commented
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/
easternwawoman commented
Yes, getting this problem here also.
tommedema commented
Any update on this? Has been stale since February 2018
ScreamingTaco commented
This is still an issue. Any word on a fix?
jxt-martin commented
Update wanted please. Using latest version (1.0.5), have this error.