1.0.1 • Published 6 years ago

bootstrap-utilities-for-bulma v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

bootstrap-utilities-for-bulma

A bulma utilities classes with bulma supported. Kind of mt-4 to margin top level 4

Getting started

Use package manager to install it.

npm install bootstrap-utilities-for-bulma --save # or yarn

Then import utilities.scss into your project (This may required sass-loader for webpack)

<style lang="scss">
  @import "~bootstrap-utilities-for-bulma/utilities"
</style>

For now I only import those classes list. So you may using mt-4 to margin top as level 4 or use mt-tablet-4 to make breakpoint that size is more than tablet.