Across the board style fixes and simplifications

Plus bump to v3
This commit is contained in:
daudix
2024-06-18 03:19:37 +03:00
parent 58f4e9975e
commit 52e9cbeda0
22 changed files with 332 additions and 311 deletions

View File

@ -1,9 +1,9 @@
.icon {
-webkit-mask-size: cover;
display: inline-block;
mask-size: cover;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-mask-size: cover;
display: inline-block;
mask-size: cover;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
}