Use modern compiler for css processing in vite (to remove SASS 2.0.0 warnings on deprecated JS API usage); (#180)

Resolve some of SASS deprecation warnings;
Add note to readme about icons generation
This commit is contained in:
Aleksandr Iushmanov
2025-04-08 10:51:36 +01:00
committed by GitHub
parent 1c8f53caf6
commit 63d0ad7ae8
4 changed files with 22 additions and 12 deletions

View File

@@ -35,3 +35,9 @@ way to subset variable woff2 fonts with ligatures.
In other words, either have python as a development dependency or
serve a 3.5MB icons font of which 99.5% is completely unused.
To generate the icons use the following command:
```shell
npm run minify-icons
```