/* does not work, toto later */ // $humans: ''; // $icons: ('humans'); // $colors: ('brandblue', 'green', 'orange', 'yellow', 'red', 'lightblue', 'blue', 'white'); // @each $icon in $icons { // @each $color in $colors { // .ic-#{$icon} { // width: 100px; // mask-image: url("data:image/svg+xml;charset=utf-8,#{$humans}"); // } // } // }