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 8e3181a commit 33b509eCopy full SHA for 33b509e
src/style_propetries/macros.rs
@@ -82,7 +82,7 @@ macro_rules! generate_expr_lit_calc {
82
if unit == "px" {
83
format!("{}lpx", parsed_value)
84
} else {
85
- format!("{}l{}", parsed_value, unit)
+ format!("{}{}", parsed_value, unit)
86
}
87
88
format!("{}px", parsed_value)
0 commit comments