From caa44b8b1d676229766a980ddcd4952e85f62c17 Mon Sep 17 00:00:00 2001 From: zakybilfagih Date: Wed, 25 Dec 2024 11:34:23 +0700 Subject: [PATCH] chore: forgot to change rescript emotion binding --- packages/runtime/rescript/Emotion_bindings.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime/rescript/Emotion_bindings.ml b/packages/runtime/rescript/Emotion_bindings.ml index eeceb3cc0..8a3e6ff95 100644 --- a/packages/runtime/rescript/Emotion_bindings.ml +++ b/packages/runtime/rescript/Emotion_bindings.ml @@ -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