diff --git a/src/css/PropertyValuePart.js b/src/css/PropertyValuePart.js index 70545233..05872edc 100644 --- a/src/css/PropertyValuePart.js +++ b/src/css/PropertyValuePart.js @@ -50,6 +50,10 @@ function PropertyValuePart(text, line, col){ case "vmin": this.type = "length"; break; + + case "fr": + this.type = "grid"; + break; case "deg": case "rad":