Loader error when using vue-bulma-tooltip
[issue link]I get the following error when trying to use vue-bulma-tooltip:
Unexpected character ‘@’ (1:0)
You may need an appropriate loader to handle this file type.
| @import ‘~bulma/sass/utilities/functions’;
| @import ‘~bulma/sass/utilities/variables’;
I have bulma configured in nuxt.config.js similar to the Global CSS example.