solution create global styles in ~/css/main.scss and modify variables before importing Bulma files. Than add it in nuxt.config.js
Tag Archives: beufy
Nuxt – Buefy – mobile menu not working
problem Using beufy and <b-navbar> component. Mobile menu is being closed after clicking on any link inside instead of opening another page. Probably click event is not propagated solution Need to set navbar so it does not automatically close on click (close-on-click) and manually close it after menu link is clicked