1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-17 20:01:38 +02:00

update readme to skip the no longer required step of merging with icon alias

This commit is contained in:
amacado
2020-06-18 01:44:23 +02:00
parent 0b9f98f48d
commit 57d5b120da

View File

@@ -106,9 +106,6 @@ The next step is to click on **Generate font** and download the resulting archiv
contents and you will find a [fonts](./fonts) directory next to a `style.css`. Replace the content of the `fonts` folder, contents and you will find a [fonts](./fonts) directory next to a `style.css`. Replace the content of the `fonts` folder,
merge the `style.css` with [devicon.css](./devicon.css) and follow the next step to build the final stylesheet. merge the `style.css` with [devicon.css](./devicon.css) and follow the next step to build the final stylesheet.
**Note** the merge is required, because some icons are defined as alias, this should be replaced
with a more elegant solution to support automated build processing.
### Build and minify stylesheet ### Build and minify stylesheet
Run the following command to build the resulting file `devicon.min.css` Run the following command to build the resulting file `devicon.min.css`
```bash ```bash