-
Notifications
You must be signed in to change notification settings - Fork 565
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
fix(mask): add support for -webkit-mask and -webkit-mask-image #382
Conversation
Add support for `mask` and `mask-image` properties for browsers that support them via webkit. # 334
💖 Thanks for opening this pull request! 💖 Please follow the contributing guidelines. And we use semantic commit messages to streamline the release process. Examples of commit messages with semantic prefixes:
Things that will help get your PR across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #382 +/- ##
=======================================
Coverage 62.93% 62.93%
=======================================
Files 10 10
Lines 580 580
Branches 143 143
=======================================
Hits 365 365
Misses 151 151
Partials 64 64 ☔ View full report in Codecov by Sentry. |
What is the status of this PR? |
Would love to see this get merged! I've run a local fork with these changes, and they work great for me. |
Please merge this soon! |
👋 @amiratak88 Congrats on merging your first pull request! 🎉🎉🎉 |
## [1.11.13](v1.11.12...v1.11.13) (2025-02-14) ### Bug Fixes * **mask:** add support for -webkit-mask and -webkit-mask-image ([#382](#382)) ([5bdfda7](5bdfda7))
🎉 This PR is included in version 1.11.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Add support for
mask
andmask-image
properties for browsers that support them via webkit.Motivation and Context
Types of changes
Self Check before Merge