We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac65b7 commit 235ebe3Copy full SHA for 235ebe3
src/img/static/external.svg
src/scss/02-tools/_m-text-icon.scss
@@ -30,6 +30,7 @@
30
mask-image: url(../img/static/#{$icon}.svg);
31
mask-position: center;
32
mask-repeat: no-repeat;
33
+ mask-size: contain;
34
transition: background-color .5s $ease-out-expo;
35
}
36
0 commit comments