Skip to content

Commit

Permalink
Add object-fit to styles constants
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 4, 2024
1 parent 373e672 commit 6030d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const (
BackgroundImage = "background-image"
BackgroundRepeat = "background-repeat"
BackgroundSize = "background-size"
ObjectFit = "object-fit"
Opacity = "opacity"
BoxSizing = "box-sizing"
Cursor = "cursor"
Expand Down

0 comments on commit 6030d86

Please sign in to comment.