UNPKG

188 BJavaScriptView Raw
1const path = require('path')
2
3module.exports = function nuxtBulma(options) {
4 // Add CSS
5 this.options.css.push('bulma/css/bulma.css')
6}
7
8module.exports.meta = require('./package.json')