@undp-data/undp-bulma
v1.1.2
Published
This package is to manage customised Bulma css for UNDP GeoHub
Downloads
166
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-bulma
Usage
Import CSS
import "@undp-data/undp-bulma/style.css";
Import SCSS
<style lang="scss">
@import '@undp-data/undp-bulma/bulma.scss';
</style>