2024-08-12 11:49:10 +00:00
# Generate CSS
2024-08-21 18:10:22 +00:00
> Example with the set icon of the set "Foundation" (FDN)
2024-08-12 11:49:10 +00:00
## Steps
2024-08-21 18:10:22 +00:00
Generate the CSS files with the following commands:
2024-08-12 11:49:10 +00:00
```bash
2024-08-21 18:10:22 +00:00
npm run less & & npm run lessmin
2024-08-12 11:49:10 +00:00
```
2024-08-21 18:10:22 +00:00
If you prefer to use the Sass source, run these instead:
2024-08-12 11:49:10 +00:00
```bash
2024-08-21 18:10:22 +00:00
npm run sass & & npm run sassmin
2024-08-12 11:49:10 +00:00
```
2 files will be generated in the `css` folder: `keyrune.css` and `keyrune.min.css` .
![generate-css ](./images/generate-css.png )
2024-08-21 18:10:22 +00:00
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 ](../README.md#usage )
2024-08-12 12:11:01 +00:00
---
**Go to the next step: [Update the documentation ](./UpdateDocumentation.md )**
---