mirror of
https://github.com/andrewgioia/keyrune.git
synced 2025-12-19 09:31:13 +00:00
866 B
866 B
Update Codebase
exemple with the set icon of the set "Fondation" (FDN)
Prerequisites
You need to have lessc and sass installed on your computer.
Steps
-
Open the
sass/_variables.scssfile in the repository. -
Add the new set icon in the
@keyrune-iconslist. (You can see that i add the short codefdnand the unicode character1f31f)+ ("Foundations", "fdn", "\1f31f"), -
Open the
less/icons.lessfile in the repository. -
Add the new set icon in the
@keyrune-iconslist. (You can see that i add the short codefdnand 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