1.3.0 • Published 4 years ago

@nuxtjs/bulma v1.3.0

Weekly downloads
10,080
License
MIT
Repository
github
Last release
4 years ago

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
        }
      }
    }
  }
1.3.0

4 years ago

1.2.7

4 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago