Skip to content

Latest commit

 

History

History

undp-bulma

@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-bulma

Usage

Import CSS

import "@undp-data/undp-bulma/style.css";

Import SCSS

<style lang="scss">
    @import '@undp-data/undp-bulma/bulma.scss';
</style>