Gildas 7 ani în urmă
părinte
comite
d3369c3c57
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      lib/single-file/css-declarations-parser.js

+ 1 - 1
lib/single-file/css-declarations-parser.js

@@ -475,7 +475,7 @@ this.parseCss = this.parseCss || (() => {
 			}
 		}
 		const value = convertAStringToANumber(repr);
-		return { type: value, repr };
+		return { type, value, repr };
 	}
 
 	function convertAStringToANumber(string) {