overte/scripts/communityScripts/libraries/materialdesignicons/scss/_icons.scss
Martin Allerton a08a54f646 Removed cdn dependancies
CDN dependencies replaced with physical local copied of the libraries
2020-08-19 22:26:33 +01:00

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;
}