Initial commit

This commit is contained in:
2023-12-30 22:34:25 +01:00
commit 3553bff998
2962 changed files with 446724 additions and 0 deletions

View File

@ -0,0 +1,10 @@
@each $key, $value in $mdi-icons {
.#{$mdi-css-prefix}-#{$key}::before {
content: char($value);
}
}
.#{$mdi-css-prefix}-blank::before {
content: "\F68C";
visibility: hidden;
}