mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-11-16 19:54:46 +00:00
920 B
920 B
Update Codebase
Example with the set icon of the set "Foundation" (FDN)
Prerequisites
You need to have lessc
or sass
installed on your computer.
Steps
Updating Sass source
-
Open the
sass/_variables.scss
file in the repository. -
Add the new set icon in the
@keyrune-icons
list. (You can see that i add the short codefdn
and the unicode character1f31f
)+ ("Foundations", "fdn", "\1f31f"),
Updating Less source
-
Open the
less/icons.less
file in the repository. -
Add the new set icon in the
@keyrune-icons
list. (You can see that i add the short codefdn
and the unicode character1f31f
)+ .@{ss-prefix}-fdn:before { content: "\1f31f"; } // Foundation
Yaay 🎉 you have update the codebase now everything is ready only one steps to use the new icon