mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
10 lines
No EOL
200 B
SCSS
10 lines
No EOL
200 B
SCSS
@each $key, $value in $mdi-icons {
|
|
.#{$mdi-css-prefix}-#{$key}::before {
|
|
content: char($value);
|
|
}
|
|
}
|
|
|
|
.#{$mdi-css-prefix}-blank::before {
|
|
content: "\F68C";
|
|
visibility: hidden;
|
|
} |