We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435efef commit ec7c98dCopy full SHA for ec7c98d
src/style_propetries/line_height.rs
@@ -49,7 +49,6 @@ impl From<(String, &Property<'_>)> for LineHeight {
49
id: prop.0,
50
value: match prop.1 {
51
Property::LineHeight(value) => {
52
- println!("line-height: {:?}", value);
53
match value {
54
font::LineHeight::Length(val) => {
55
generate_dimension_percentage!(EnumValue, val)
0 commit comments