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 36ba680 commit 60265f5Copy full SHA for 60265f5
1 file changed
libs/extractor/src/visit.rs
@@ -251,9 +251,7 @@ impl<'a> VisitMut<'a> for DevupVisitor<'a> {
251
}
252
UtilType::Keyframes => {
253
let keyframes = ExtractKeyframes {
254
- keyframes: keyframes_to_keyframes_style(&css_str)
255
- .into_iter()
256
- .collect(),
+ keyframes: keyframes_to_keyframes_style(&css_str),
257
};
258
let name = keyframes.extract().to_string();
259
0 commit comments