Skip to content

Commit

Permalink
Merge pull request #106 from chasefleming/chasefleming/object-fit
Browse files Browse the repository at this point in the history
Add object-fit to styles constants
  • Loading branch information
chasefleming authored Feb 4, 2024
2 parents 373e672 + 6030d86 commit 8ff5d21
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 8ff5d21

Please sign in to comment.