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