This package has been deprecated

Author message:

please directly use css or use buefy nuxt module

@nuxtjs/bulma

1.3.0 • Public • Published

Bulma

npm npm (scoped with tag)

Leverage bulma CSS.

Setup

  • Add @nuxtjs/bulma dependency using yarn or npm to your project
  • Add @nuxtjs/bulma to modules section of nuxt.config.js
{
  modules: [
    '@nuxtjs/bulma'
  ]
}
  • You will need to use postcss loader if you are not already using it.
build: {
    /*
    ** You can extend webpack config here
    */
    postcss: {
      preset: {
        features: {
          customProperties: false
        }
      }
    }
  }

Readme

Keywords

none

Package Sidebar

Install

npm i @nuxtjs/bulma

Weekly Downloads

2,535

Version

1.3.0

License

MIT

Unpacked Size

5.12 kB

Total Files

5

Last publish

Collaborators

  • antfu
  • danielroe
  • clarkdo
  • pi0
  • atinux
  • alexchopin