Skip to content

Commit f3d171b

Browse files
committed
Update
1 parent 18bc846 commit f3d171b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/css/src/style_selector.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ impl Ord for StyleSelector {
9494
impl From<&str> for StyleSelector {
9595
fn from(value: &str) -> Self {
9696
let value = value
97-
.trim()
9897
.split_whitespace()
9998
.collect::<Vec<_>>()
10099
.join(" ")

0 commit comments

Comments
 (0)