MaterialDesign-Font-Build icon indicating copy to clipboard operation
MaterialDesign-Font-Build copied to clipboard

NodeJS Webfont builder tailored for MDI w/ cli support

Results 19 MaterialDesign-Font-Build issues
Sort by recently updated
recently updated
newest added

Can't install the package node v18.4.0 npm -v 8.13.1 sass 1.54.3 sass-loader 12.6.0 `sudo npm install -g @mdi/font-build` ```shell npm ERR! code 1 npm ERR! path /usr/lib/node_modules/@mdi/font-build/node_modules/node-sass npm ERR! command...

Right now all the icons are renamed and prefixed with the codepoint. This is part of how the `webfont` package expects thing. We need to either rename them after generation/failure...

bug

https://github.com/Templarian/MaterialDesign-Webfont/pull/56

bug

node-sass is no longer maintained but switching to sass works like a charm. Tested this on Node 20.

We recently ran into an issue where our MAUI app that uses the TTF file from MaterialDesign-Webfont the icons, failed to render specific icons. When I inspected the TTF file...

It will install this package, but then not do anything. If I copy the `bin/index.js` locally and run it using `node` it works, as long as I replace `require('node-sass')` with...

Hi, I like that projects and I'm using the web font in a typescript project to create dynamic content. Therefore I have to set the css class names from my...

there are several deprecations in sass ``` Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0. Use meta.function-exists instead. Sass @import rules are deprecated and will...