Skip to content

Commit

Permalink
feat: add backdrop-filter to webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Lisboa committed Aug 26, 2024
1 parent 2679b11 commit 157648a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime/native/Autoprefixer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added styled-ppx.tar.gz
Binary file not shown.

0 comments on commit 157648a

Please sign in to comment.