A fork of Uikit that includes conversion to scss and additional components
Last update with uikit: 75743c3ab8c84f57b7ce3fe91054767ef3c34a50 (v2.26.3)
Required: Use node v10.0.0
- Clone the repo from GitHub
- Install Node
- Run
npm install
from within the repo directory
- Paste the svg file in
/src/icons
. The name is important because it will generate the class name based on it. Eg:home.svg
=>.ng-icon-home
- Commit the changes
- Increment the patch version with
npm version patch
- Push the new tag with
git push --tags
- Merge the code to master and wait for Jenkins to publish the new package