RollDice/node_modules/@mdi/font/scss/_icons.scss
Saw, Hansly Kendrich ab638b152c dice function now on the website
- jQuery was added to make this work.
- Cards were removed.
2022-09-15 11:20:54 +08:00

10 lines
No EOL
209 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;
}