编码后
ion-icon {
&[class*="before-"] {
// Instead of using the font-based icons
// We're applying SVG masks
mask-size: contain;
mask-position: 50% 50%;
mask-repeat: no-repeat;
background: currentColor;
width: 1em;
height: 1em;
}
// custom icons
&[class*="before-icon"] {
mask-image: url('../assets/imgs/Stage1.png');}
该标签显示没有图像的正方形。 我该如何解决?