mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-16 19:54:46 +00:00
657 B
657 B
Generate CSS
Example with the set icon of the set "Foundation" (FDN)
Steps
Generate the CSS files with the following commands:
npm run less && npm run lessmin
If you prefer to use the Sass source, run these instead:
npm run sass && npm run sassmin
2 files will be generated in the css
folder: keyrune.css
and keyrune.min.css
.
Yaay 🎉 you have generated the CSS files! Now you can use the new icon(s) that were added, if any. Follow the Usage inside README.md