Skip to content

Commit 41b8193

Browse files
committed
Merge pull request #144 from kkirsche/patch-3
[Fix #131] Add support for the 'fr' unit
2 parents b6a2cbb + 985a659 commit 41b8193

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/PropertyValuePart.js

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ function PropertyValuePart(text, line, col){
5050
case "vmin":
5151
this.type = "length";
5252
break;
53+
54+
case "fr":
55+
this.type = "grid";
56+
break;
5357

5458
case "deg":
5559
case "rad":

0 commit comments

Comments
 (0)