6 lines
115 B
SCSS
6 lines
115 B
SCSS
@each $key, $value in $mdi-icons {
|
|
.#{$mdi-css-prefix}-#{$key}:before {
|
|
content: char($value);
|
|
}
|
|
}
|