Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds -webkit-backdrop-filter property for Safari
This PR adds support for backdrop-filter property on Safari. According to [this document](https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter), backdrop-filter property is not compatible with Safari. It requires a vendor prefix `-webkit-backdrop-filter`
- Loading branch information