mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-16 19:54:46 +00:00
22 lines
512 B
Markdown
22 lines
512 B
Markdown
|
# Generate CSS
|
||
|
|
||
|
> exemple with the set icon of the set "Fondation" (FDN)
|
||
|
|
||
|
## Steps
|
||
|
|
||
|
Generate the CSS file with the following command:
|
||
|
|
||
|
```bash
|
||
|
npm run lessmin & sassmin
|
||
|
```
|
||
|
or for debug purpose you can run
|
||
|
|
||
|
```bash
|
||
|
npm run less & sass
|
||
|
```
|
||
|
|
||
|
2 files will be generated in the `css` folder: `keyrune.css` and `keyrune.min.css`.
|
||
|
|
||
|
![generate-css](./images/generate-css.png)
|
||
|
|
||
|
Yaay 🎉 you have generate the CSS file! Now you can use the new icon in the website. Follow the [Usage inside README.md](../README.md#usage)
|