@undp-data/undp-bulma
v2.0.4
Published
This package is to manage customised Bulma css for UNDP GeoHub
Downloads
99
Keywords
Readme
@undp-data/undp-bulma
This repository is to manage customised Bulma style for UNDP design.
Customised primary color ($primary) and secondary color ($link) for UNDP design.
Use the following class name for your Bulma.
For example, for button,
<button class="button is-primary">Primary color Button</button>
<button class="button is-link">Secondary color Button</button>Installation
npm install -D bulma @undp-data/undp-bulmaUsage
import "@undp-data/undp-bulma/dist/undp-bulma.css";