Skip to content

Commit

Permalink
chore: forgot to change rescript emotion binding
Browse files Browse the repository at this point in the history
  • Loading branch information
zakybilfagih committed Dec 25, 2024
1 parent 9d41dba commit caa44b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/rescript/Emotion_bindings.ml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ let fontFace ~fontFamily ~src ?fontStyle ?fontWeight ?fontDisplay ?sizeAdjust
|]
|> Kloth.Array.filter_map ~f:(fun i -> i)
in
global [| Rule.Selector ("@font-face", fontFace) |];
global [| Rule.Selector ([|"@font-face"|], fontFace) |];
fontFamily

0 comments on commit caa44b8

Please sign in to comment.