vue-admin icon indicating copy to clipboard operation
vue-admin copied to clipboard

vue-bulma-tabs has incorrect name for importing bulma variables

Open Kuchiriel opened this issue 6 years ago • 1 comments

Module build failed: File to import not found or unreadable: ~bulma/sass/utilities/initial-variables.

I think it should be 'utilities/variables'

Kuchiriel avatar Oct 20 '18 20:10 Kuchiriel

package.json

65   ¦ "vue-bulma-tabs": "^1.1.2",

https://github.com/vue-bulma/tabs/blob/master/src/Tabs.vue

No such a version1.1.2 resulting fetch latest master source code which refers to ~bulma/sass/utilities/initial-variables. This is the cause, i guess.

Solution:

65   ¦ "vue-bulma-tabs": "^1.1.1",

uqichi avatar Oct 22 '18 16:10 uqichi