From 6030d86a0d93bce2f1578c490971b9c8a1e7c672 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:31:01 -0800 Subject: [PATCH] Add object-fit to styles constants --- styles/constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/constants.go b/styles/constants.go index f9a4dc9..6e79e3e 100644 --- a/styles/constants.go +++ b/styles/constants.go @@ -112,6 +112,7 @@ const ( BackgroundImage = "background-image" BackgroundRepeat = "background-repeat" BackgroundSize = "background-size" + ObjectFit = "object-fit" Opacity = "opacity" BoxSizing = "box-sizing" Cursor = "cursor"