This package is to manage customised Bulma css for UNDP GeoHub
npm install @undp-data/undp-bulmaThis 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,
``html
`
`bash`
npm install -D bulma @undp-data/undp-bulma
`ts``
import "@undp-data/undp-bulma/dist/undp-bulma.css";