BeAPI / beapi-frontend-framework

WordPress friendly Front-End framework.
https://beapi.fr
68 stars 17 forks source link

fix svg url mixin for use css mask #386

Closed cedric07 closed 9 months ago

cedric07 commented 9 months ago

Suite au commentaire de Nico : https://beapi.slack.com/archives/C07N6N477/p1700749120843589?thread_ts=1700748520.245959&cid=C07N6N477

Rend optionnel la couleur pour pouvoir utiliser les mask CSS

.my-icon {
    width; 20px;
    height: 20px;
    background-color: #ff0000;
    -webkit-mask-image: get-svg-url("home", "");
    mask-image: get-svg-url("home", "");
}