LitoMore
LitoMore
> I think that the regular style should keep the old file name. Adding -Regular to the file name only confuses and adds a breaking change to most consumers of...
Thanks for your thoughts. I think `auto-viewbox` is more for SVGs, and `fit` would be better for font style names. I've kept the old icon style as Regular. And the...
How about this? ``` font ├── simple-icons.css ├── simple-icons.min.css ├── simple-icons.json ├── simple-icons.min.json ├── SimpleIcons.eot ├── SimpleIcons.otf ├── SimpleIcons.svg ├── SimpleIcons.ttf ├── SimpleIcons.woff ├── SimpleIcons.woff2 ├── SimpleIcons-Fit.eot ├── SimpleIcons-Fit.otf ├──...
@8de2fdb0 Can you check if it was fixed in 12.7.0?
I also checked the registry, and the file is available on npm. Can you check your local configurations? https://cdn.jsdelivr.net/npm/@icons-pack/[email protected]/icons/SiHandm.mjs
@jyxjjj See https://cdn.jsdelivr.net/npm/@icons-pack/[email protected]/icons/SiBilibili.mjs. The file exists. Please check your local configuration. In the meantime, please consider using the latest package instead.
Closing due to lack of response.
Hi @nexdrew. Do you want to have a look?
@SparK-Cruz The workaround could be to switch to another package manager, but that's beside the topic.
See #11. You can use the `"editor.defaultFormatter": "vscode.html-language-features"` instead. But the VS Code built-in formatter works like rubbish. It ruined some indents in the code. cc @karamfd @karuna Here is...