Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add backdrop-filter to Autoprefixer webkit #510

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

pedrobslisboa
Copy link
Collaborator

Description

This PR adds the missing backdrop-filter for webkit cases.

How to test

  • Run make test and ensure that it passes:
let backdrop_filter =
  test "backdrop_filter" (fun () ->
      prefix_one_declaration
        (CSS.backdropFilter [| `blur (`px 30) |])
        "-webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px);")

Copy link

vercel bot commented Aug 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
styled-ppx ⬜️ Ignored (Inspect) Visit Preview Aug 27, 2024 7:21pm

Copy link
Owner

@davesnx davesnx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@davesnx davesnx merged commit 53b09e5 into davesnx:main Oct 1, 2024
6 checks passed
pedrobslisboa added a commit to pedrobslisboa/styled-ppx that referenced this pull request Oct 1, 2024
* origin/main:
  feat: add backdrop-filter to webkit (davesnx#510)
  Add unicodeRange to fontFace (davesnx#513)
  Use buffer to build stylesheet (davesnx#511)
  feat: add backdrop-filter to webkit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants