Skip to content

Commit

Permalink
Merge pull request #101 from Olivia5k/main
Browse files Browse the repository at this point in the history
Add support for the backdrop-filter style
  • Loading branch information
chasefleming authored Jan 28, 2024
2 parents 2f86e3b + c1a12e3 commit 11b30f8
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 @@ -121,6 +121,7 @@ const (
BackgroundAttachment = "background-attachment"
BackgroundBlendMode = "background-blend-mode"
BackfaceVisibility = "backface-visibility"
BackdropFilter = "backdrop-filter"
Perspective = "perspective"
TransformOrigin = "transform-origin"

Expand Down

0 comments on commit 11b30f8

Please sign in to comment.