Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Dec 3, 2024
1 parent 8b07840 commit ce8a175
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/yak-swc/yak_swc/src/yak_transforms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,10 @@ impl YakTransform for TransformKeyframes {
};
let mut parser_state = ParserState::new();
parser_state.current_scopes = vec![CssScope {
name: format!("// cssmodules-pure-ignore\n@keyframes :global({})", css_identifier),
name: format!(
"// cssmodules-pure-ignore\n@keyframes :global({})",
css_identifier
),
scope_type: ScopeType::AtRule,
}];
parser_state
Expand Down

0 comments on commit ce8a175

Please sign in to comment.