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>
npm install -D bulma @undp-data/undp-bulma
import "@undp-data/undp-bulma/style.css";
<style lang="scss">
@import '@undp-data/undp-bulma/bulma.scss';
</style>