10 lines
209 B
SCSS
Raw Permalink Normal View History

2023-05-16 15:54:23 +03:00
@each $key, $value in $mdi-icons {
.#{$mdi-css-prefix}-#{$key}::before {
content: char($value);
}
}
.#{$mdi-css-prefix}-blank::before {
content: "\F68C";
visibility: hidden;
}