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 18bc846 commit f3d171bCopy full SHA for f3d171b
libs/css/src/style_selector.rs
@@ -94,7 +94,6 @@ impl Ord for StyleSelector {
94
impl From<&str> for StyleSelector {
95
fn from(value: &str) -> Self {
96
let value = value
97
- .trim()
98
.split_whitespace()
99
.collect::<Vec<_>>()
100
.join(" ")
0 commit comments