Return some -webkit- prefixes for wider compatibility

It was too good to be true
This commit is contained in:
daudix
2024-10-02 04:20:10 +03:00
parent eae48b3762
commit 1e47460527
14 changed files with 126 additions and 38 deletions

View File

@ -98,6 +98,7 @@
}
.icon {
-webkit-mask-image: var(--icon);
mask-image: var(--icon);
transition: var(--transition);
width: 1.5rem;