Browse Source

fixed typo

Gildas 7 năm trước cách đây
mục cha
commit
d3369c3c57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {