--- layout: default route: customization title: Customization variables: - name: $badge-border-size value: 1px - name: $badge-padding value: .1rem .25rem - name: $badge-border-radius value: 1rem - name: $badge-size-small value: .75rem - name: $badge-size-normal value: 1rem - name: $badge-size-medium value: 1.2rem - name: $badge-size-large value: 1.4rem - name: $badge-z-index value: 99 --- Prerequisites

To customize the template you must have node, npm and Gulp installed in your computer.

You are now ready to customize the component.
Compilation

We have created a Gulp configuration file (guplfile.js) which integrates many task to automate the compilation.

We have also developed a Gulp plugin to automatically copy used dependencies from node_modules into the template and replace all include paths related to them.

{% include variables.html %}