html-exporter
html-exporter copied to clipboard
CSS Type Error
In CSS, if a declaration like width: auto; is encountered, it will cause an error because auto cannot be converted to a Double type. CSS中包含width: auto;则会报错,因为它无法将auto转换为Double类型。