Files
blog/sass/_icon.scss
daudix 9eee1bc77d Move the rest of the icons to CSS mask
This way user can change the icon without overriding the template
itself, plus it's cleaner this way
2024-06-13 17:15:35 +03:00

10 lines
185 B
SCSS

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