diff --git a/styles/constants.go b/styles/constants.go index 490a278..f9a4dc9 100644 --- a/styles/constants.go +++ b/styles/constants.go @@ -121,6 +121,7 @@ const ( BackgroundAttachment = "background-attachment" BackgroundBlendMode = "background-blend-mode" BackfaceVisibility = "backface-visibility" + BackdropFilter = "backdrop-filter" Perspective = "perspective" TransformOrigin = "transform-origin"