diff --git a/packages/runtime/native/Autoprefixer.ml b/packages/runtime/native/Autoprefixer.ml index 3088966c8..318d504d2 100644 --- a/packages/runtime/native/Autoprefixer.ml +++ b/packages/runtime/native/Autoprefixer.ml @@ -28,6 +28,7 @@ let prefix rule = | Declaration (("filter" as property), value) | Declaration (("clip-path" as property), value) | Declaration (("backface-visibility" as property), value) + | Declaration (("backdrop-filter" as property), value) | Declaration (("column" as property), value) | Declaration (("box-decoration-break" as property), value) | Declaration diff --git a/styled-ppx.tar.gz b/styled-ppx.tar.gz new file mode 100644 index 000000000..7ca232c13 Binary files /dev/null and b/styled-ppx.tar.gz differ